[Jhs-leads] Maven builds
Kirkpatrick, Ivan
Ivan.Kirkpatrick at dep.state.fl.us
Thu Mar 1 14:05:00 EST 2007
If the builds for your project are taking too long please let me know.
It is possible to run the builds without the unit tests using the
notest-build.sh in lieu of build.sh. One may also edit the projects
maven.xml file to only require the war and archiveEar tasks which will
preclude the site:deploy and other testing and report generation.
in the maven.xml file:
<j:set var="goals" value="war:war,site:deploy,archiveEar" />
could be changed to
<j:set var="goals" value="war:war,archiveEar" />
This will no longer update the maven web site for your project until you
change it back. One might run all the tests and reports, then disable
everything but the war and ear tasks so the site is complete and up to date.
The site will have a last updated date so periodic refresh might be in order.
If anyone needs more help on this matter please let me know.
____________________
Ivan S Kirkpatrick
Twin Towers rm 602 A
work 850 245 8243
mobile 850 559 6381
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.dep.state.fl.us/pipermail/jhs-leads/attachments/20070301/5dab60ab/attachment.htm
More information about the Jhs-leads
mailing list