On Tue, Nov 4, 2008 at 5:52 PM, Artem Melentyev <[EMAIL PROTECTED]> wrote: > Thomas Mortagne wrote: >> Hi devs, >> >> Since the general discussion about distributions (see >> http://markmail.org/message/nqyvd34knm5eqkru) will need some time and >> I need to commit the glasshfish distribution build as soon as >> possible, I propose: >> >> - add a folder "glassfish" >> - add a "derby" subfolder containing the glassfish-derby distribution build >> - move all jetty related distributions in "jetty" folder et same lever >> than "glassfish" and change all artifact ids as >> xwiki-enterprise-jetty-* (xwiki-enterprise-jetty-hsqldb, >> xwiki-enterprise-jetty-derby, etc.) >> - use -Pglassfish to build glassfish and -Pjetty to build jetty (jetty >> being the default one to not change anything to current build except >> for the artifacts ids) >> >> here is my +1 >> >> WDYT ? > > So 'mvn -Pglassfish,derby' will build glassfish-derby distribution?
Yes. In fact even 'mvn -Pglassfish will build the glassfish-derby distribution (because derby is the defaut sub module of glassfish) but in that case you will use a previously built derby database as the defaut database built by XE is hsqldb. > > +1 > > -- > Artem Melentyev > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > -- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

