Author: olamy Date: Wed Aug 17 10:01:47 2011 New Revision: 1158607 URL: http://svn.apache.org/viewvc?rev=1158607&view=rev Log: using a test-jar need most of the time to use scope test for this dependency
Modified: maven/plugins/trunk/maven-jar-plugin/src/site/apt/usage.apt.vm Modified: maven/plugins/trunk/maven-jar-plugin/src/site/apt/usage.apt.vm URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/src/site/apt/usage.apt.vm?rev=1158607&r1=1158606&r2=1158607&view=diff ============================================================================== --- maven/plugins/trunk/maven-jar-plugin/src/site/apt/usage.apt.vm (original) +++ maven/plugins/trunk/maven-jar-plugin/src/site/apt/usage.apt.vm Wed Aug 17 10:01:47 2011 @@ -170,6 +170,7 @@ mvn package <artifactId>artifactId</artifactId> <type>test-jar</type> <version>version</version> + <scope>test</scope> </dependency> </dependencies> ...