> 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_Reference Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
