Author: bimargulies
Date: Thu Dec 8 11:23:22 2011
New Revision: 1211837
URL: http://svn.apache.org/viewvc?rev=1211837&view=rev
Log:
(no jira) fix a nit in the documentation of the jar plugin.
Modified:
maven/plugins/trunk/maven-jar-plugin/src/main/java/org/apache/maven/plugin/jar/JarMojo.java
Modified:
maven/plugins/trunk/maven-jar-plugin/src/main/java/org/apache/maven/plugin/jar/JarMojo.java
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/src/main/java/org/apache/maven/plugin/jar/JarMojo.java?rev=1211837&r1=1211836&r2=1211837&view=diff
==============================================================================
---
maven/plugins/trunk/maven-jar-plugin/src/main/java/org/apache/maven/plugin/jar/JarMojo.java
(original)
+++
maven/plugins/trunk/maven-jar-plugin/src/main/java/org/apache/maven/plugin/jar/JarMojo.java
Thu Dec 8 11:23:22 2011
@@ -44,7 +44,9 @@ public class JarMojo
private File classesDirectory;
/**
- * Classifier to add to the artifact generated. If given, the artifact
will be an attachment instead.
+ * Classifier to add to the artifact generated. If given, the artifact
will be attached.
+ * If this is not given,it will merely be written to the output directory
+ * according to the finalName.
*
* @parameter
*/