When I run "maven dist", my project's unit tests get run three times:
1) because test:test is a prereq of jar:jar 2) because test:test is a prereq of war:webapp (which I call from a dist:prepare-bin-filesystem postgoal in maven.xml) 3) because junit-report:report does an attainGoal of test:test Running the unit test three times slows down the dist build and also clutters Maven's output. Does anyone know of a workaround for this issue? Thanks, Ian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
