|
Size: 450
Comment: Reference to Randy's documentation
|
← Revision 3 as of 2009-09-20 23:46:21 ⇥
Size: 450
Comment: converted to 1.6 markup
|
| No differences found! | |
To start building with Maven2 you are required to copy the settings.xml.sample to ~/.mvn/settings.xml
The work in progress is documented on http://wiki.apache.org/portals/Jetspeed2/Maven2BuildSupport
Build only
mvn
Build and Test
mvn -P test
Run Tests Individually
mvn -P test -Dtest=MyJavaTestFileNameWithOutPathOrExtension
Build and Deploy to Tomcat
mvn -P tomcat