Deploy the lastest XE snapshot

3 messages Options
Embed this post
Permalink
Leon Wang-2

Deploy the lastest XE snapshot

Reply Threaded More More options
Print post
Permalink
Dear Devs,

Could anyone give me some idea or give me a reference a material/ or example
to help me deploy the last XE snapshot. My guess is to write maven pom file.
I think just one pom file will do the work, right? Just mvn install. I do
look up the Maven definitive guide, it says we could the a version value of
LASTEST to refer to the lastest released or snapshot version of a particular
artifact. Could anyone send me one please?

Thank you everyone! Have a nice day! :-)

Leon
_______________________________________________
devs mailing list
[hidden email]
http://lists.xwiki.org/mailman/listinfo/devs
Asiri Rathnayake

Re: Deploy the lastest XE snapshot

Reply Threaded More More options
Print post
Permalink
Hi,

On Thu, Oct 29, 2009 at 10:46 AM, Leon Wang <[hidden email]> wrote:

> Dear Devs,
>
> Could anyone give me some idea or give me a reference a material/ or
> example
> to help me deploy the last XE snapshot.


I'm not sure what you meant by "last XE snapshot".


> My guess is to write maven pom file.
> I think just one pom file will do the work, right? Just mvn install. I do
> look up the Maven definitive guide, it says we could the a version value of
> LASTEST to refer to the lastest released or snapshot version of a
> particular
> artifact. Could anyone send me one please?
>

If you need to add a dependency to some xwiki module (jar) from your maven
project then simply use the "-SNAPSHOT" post-fix with the version
identifier.

You can see a list of available snapshots at
http://maven.xwiki.org/snapshots/

Have fun!

- Asiri


>
> Thank you everyone! Have a nice day! :-)
>
> Leon
> _______________________________________________
> devs mailing list
> [hidden email]
> http://lists.xwiki.org/mailman/listinfo/devs
>
_______________________________________________
devs mailing list
[hidden email]
http://lists.xwiki.org/mailman/listinfo/devs
Marius Dumitru Florea

Re: Deploy the lastest XE snapshot

Reply Threaded More More options
Print post
Permalink
In reply to this post by Leon Wang-2
Hi Leon,

Leon Wang wrote:
> Dear Devs,
>
> Could anyone give me some idea or give me a reference a material/ or example
> to help me deploy the last XE snapshot. My guess is to write maven pom file.

No need to write any pom. Just download the latest zip from
http://maven.xwiki.org/snapshots/com/xpn/xwiki/products/xwiki-enterprise-jetty-hsqldb/2.1-SNAPSHOT/ 
  or
http://maven.xwiki.org/snapshots/com/xpn/xwiki/products/xwiki-enterprise-jetty-hsqldb/2.0-SNAPSHOT/ 
, unpack and use the start script from the command line.

If you want a different servlet container than Jetty (Tomcat for
instance) and/or a different database then install the war from
http://maven.xwiki.org/snapshots/com/xpn/xwiki/products/xwiki-enterprise-web/ 
following http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation .

Hope this helps,
Marius

> I think just one pom file will do the work, right? Just mvn install. I do
> look up the Maven definitive guide, it says we could the a version value of
> LASTEST to refer to the lastest released or snapshot version of a particular
> artifact. Could anyone send me one please?
>
> Thank you everyone! Have a nice day! :-)
>
> Leon
> _______________________________________________
> devs mailing list
> [hidden email]
> http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________
devs mailing list
[hidden email]
http://lists.xwiki.org/mailman/listinfo/devs