Re: [m2] How to bypass unit testing durng multiproject build with Maven 2

2007-03-14 Thread Thorsten Heit
Hi, > So I did mvn -Dmaven.test.skip=true package, it still compiled and ran the > JUNIT testing... Strange. What exactly does your command line look like? Do you have a special configuration entry for tests in your POM? > I also did mvn package compile, JUNIT is still running... "package" im

Re: [m2] How to bypass unit testing durng multiproject build with Maven 2

2007-03-09 Thread mavenstart
Thanks a lot, Thorsten So I did mvn -Dmaven.test.skip=true package, it still compiled and ran the JUNIT testing... I also did mvn package compile, JUNIT is still running... Maybe this is the purpose for a multiproject build to make sure that all the projects get compiled and tested, but how ab