You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2012/04/12 22:10:51 UTC

svn commit: r1325484 - /maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/BranchReleaseMojo.java

Author: rfscholte
Date: Thu Apr 12 20:10:51 2012
New Revision: 1325484

URL: http://svn.apache.org/viewvc?rev=1325484&view=rev
Log:
Fix MRELEASE-645: Allow File/Directory Patterns for the checkModificationExcludes Option

Modified:
    maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/BranchReleaseMojo.java

Modified: maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/BranchReleaseMojo.java
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/BranchReleaseMojo.java?rev=1325484&r1=1325483&r2=1325484&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/BranchReleaseMojo.java (original)
+++ maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/BranchReleaseMojo.java Thu Apr 12 20:10:51 2012
@@ -154,20 +154,18 @@ public class BranchReleaseMojo
     private boolean remoteTagging;
 
      /**
-     * Additional files that will skipped when checking for
+     * A list of additional exclude filters that will be skipped when checking for
      * modifications on the working copy.
      *
      * Is ignored, when checkModificationExcludes is set.
      *
-     *
      * @parameter
      * @since 2.1
      */
     private String[] checkModificationExcludes;
 
     /**
-     * Command-line version of checkModificationExcludes
-     *
+     * Command-line version of checkModificationExcludes.
      *
      * @parameter expression="${checkModificationExcludeList}"
      * @since 2.1