Re: mvn test-compile doesn't create -tests jar

2009-10-05 Thread Wayne Fay
> however the test jar isn't build and installed if I run > mvn test-compile The test-compile phase occurs before package and before install, thus it is only compiling, which is all you asked it to do. http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#Lifecycle_Refere

mvn test-compile doesn't create -tests jar

2009-10-05 Thread Roger Pack
I have a project that compiles test jars, a la ... org.apache.maven.plugins maven-jar-plugin test-jar ... however the test jar isn't build and installed if I run m