[xwiki-devs] Deploy the lastest XE snapshot
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
Hi, On Thu, Oct 29, 2009 at 10:46 AM, Leon Wang <[email protected]> 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 [email protected] http://lists.xwiki.org/mailman/listinfo/devs
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-jet... or http://maven.xwiki.org/snapshots/com/xpn/xwiki/products/xwiki-enterprise-jet... , 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 [email protected] http://lists.xwiki.org/mailman/listinfo/devs
participants (3)
-
Asiri Rathnayake -
Leon Wang -
Marius Dumitru Florea