When running "mvn package", there should be two jars, one is the java-application.jar the other is test.jar. Why wasn't the test.jar produced?
I found there is a jar plugin for maven, is it for both "jar:jar" and "jar:test-jar"? How can I distinguish them? -- View this message in context: http://www.nabble.com/How-to-package-test-jar--tp19127023p19127023.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
