Details
-
New Feature
-
Resolution: Fixed
-
Minor
-
1.0 B5
-
None
-
maven2
-
maven,build,profile
-
Description
Example: Create xwiki war for postgresql:
$ cd xwiki/web/standard
$ mvn -P pgsql package
$ ls target/xwiki-web-standard-1.1-SNAPSHOT-pgsql.war
Default db is hsqldb
We should separate hibernate db configs and jdbc dependences in maven profiles.