You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/06/20 01:56:46 UTC

svn commit: r1494811 - /commons/sandbox/commons-gpg-plugin/trunk/src/main/java/org/apache/commons/plugins/gpg/SignFilesMojo.java

Author: sebb
Date: Wed Jun 19 23:56:46 2013
New Revision: 1494811

URL: http://svn.apache.org/r1494811
Log:
Javadoc

Modified:
    commons/sandbox/commons-gpg-plugin/trunk/src/main/java/org/apache/commons/plugins/gpg/SignFilesMojo.java

Modified: commons/sandbox/commons-gpg-plugin/trunk/src/main/java/org/apache/commons/plugins/gpg/SignFilesMojo.java
URL: http://svn.apache.org/viewvc/commons/sandbox/commons-gpg-plugin/trunk/src/main/java/org/apache/commons/plugins/gpg/SignFilesMojo.java?rev=1494811&r1=1494810&r2=1494811&view=diff
==============================================================================
--- commons/sandbox/commons-gpg-plugin/trunk/src/main/java/org/apache/commons/plugins/gpg/SignFilesMojo.java (original)
+++ commons/sandbox/commons-gpg-plugin/trunk/src/main/java/org/apache/commons/plugins/gpg/SignFilesMojo.java Wed Jun 19 23:56:46 2013
@@ -36,13 +36,13 @@ import org.codehaus.plexus.util.Director
 
 /**
  * Signs the specified files.
+ * Uses the same code as the Maven GPG Plugin, but allows arbitrary lists of files to be signed
+ * according to the configured include and exclude settings.
+ * Alternatively the list of files can be provided as a command-line parameter.
  */
 @Mojo( name = "signfiles" )
 public class SignFilesMojo extends AbstractGpgMojo {
 
-    /**
-     * The maven project.
-     */
     @Component
     private MavenProject project;