You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/02/24 22:42:19 UTC

svn commit: r1571455 - /maven/plugins/trunk/maven-jar-plugin/src/site/apt/usage.apt.vm

Author: khmarbaise
Date: Mon Feb 24 21:42:18 2014
New Revision: 1571455

URL: http://svn.apache.org/r1571455
Log:
[MJAR-175]
  - Fixed documentation issue in relationship with test-jar 
    dependency usage.

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=1571455&r1=1571454&r2=1571455&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 Mon Feb 24 21:42:18 2014
@@ -171,7 +171,7 @@ mvn package
 </project>
 +-----------------+
 
-  To reuse this artifact in an other project, you must declare this dependency with classifier test-jar :
+  To reuse this artifact in an other project, you must declare this dependency with type test-jar :
 
 +-----------------+
 <project>