On Mon, Oct 27, 2008 at 8:59 AM, Thomas Mortagne <[email protected]> wrote:
Hi devs,
I finished a maven build for XWiki+GlassFish+derby distribution.
So this means a distribution not based on jetty and we can't use database profile to decide what distribution to build anymore.
So I propose:
1) havnig distributions like jetty-hsqldb, glassfish-derby, etc. and to remove distribution we are not releasing/using right now on XE/XEM like hsqldb-pgsql, hsqldb-derby etc.
On maven build this means that to build XE glassfish-derby you will need to execute: - on XE parent : mvn install -Pci,derby,glassfish-derby
"derby" is for the db and "glassfish-derby" is for the distribution. you could use just "mvn install -Pci,glassfish-derby" but it will use a previously built derby database package.
- on the distribution : mvn install
This will change all distributions ids but I don't think it's a problem.
2) jetty-hsqldb remain the default distribution for now
Here is my +1 for both
-- Thomas Mortagne
-- Thomas Mortagne