A multi-database profile settings for maven 2
---------------------------------------------
Key: JS2-648
URL: https://issues.apache.org/jira/browse/JS2-648
Project: Jetspeed 2
Issue Type: Improvement
Components: Project Build
Affects Versions: 2.1-dev
Environment: Maven 2.0.4, JDK 1.5.0
Reporter: Philip Mark Donaghy
Priority: Minor
Fix For: 2.1-dev
A settings.xml file using m2 profiles that facilitates testing multiple
database platforms.
This file would save developers time testing different databases with jetspeed.
It could also be useful when running different databases for development,
staging, and production.
The user can build by entering the desired database profile on the command
line. Example 'mvn -P jetspeed-derby-embedded,tomcat' or 'mvn -P
jetspeed-mysql,tomcat' to build using Apache DB Derby with the EmbeddedDriver
or MySQL respectfully.
No more modifying the settings.xml manually when switching database platforms :)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]