You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/02/28 23:38:30 UTC

svn commit: r1294874 - /maven/sandbox/trunk/plugins/asf-svnpubsub-plugin/src/main/java/org/apache/maven/plugins/svnpubsub/AbstractSvnpubsubMojo.java

Author: hboutemy
Date: Tue Feb 28 22:38:30 2012
New Revision: 1294874

URL: http://svn.apache.org/viewvc?rev=1294874&view=rev
Log:
idea...

Modified:
    maven/sandbox/trunk/plugins/asf-svnpubsub-plugin/src/main/java/org/apache/maven/plugins/svnpubsub/AbstractSvnpubsubMojo.java

Modified: maven/sandbox/trunk/plugins/asf-svnpubsub-plugin/src/main/java/org/apache/maven/plugins/svnpubsub/AbstractSvnpubsubMojo.java
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/asf-svnpubsub-plugin/src/main/java/org/apache/maven/plugins/svnpubsub/AbstractSvnpubsubMojo.java?rev=1294874&r1=1294873&r2=1294874&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/asf-svnpubsub-plugin/src/main/java/org/apache/maven/plugins/svnpubsub/AbstractSvnpubsubMojo.java (original)
+++ maven/sandbox/trunk/plugins/asf-svnpubsub-plugin/src/main/java/org/apache/maven/plugins/svnpubsub/AbstractSvnpubsubMojo.java Tue Feb 28 22:38:30 2012
@@ -223,7 +223,7 @@ public abstract class AbstractSvnpubsubM
      * Create a list of all the files in the checkout (which we will presently remove). For now, duck anything that
      * starts with a ., since the site plugin won't make any and it will dodge metadata I'm familiar with. None if this
      * is really good enough for safe usage with exotics like clearcase. Perhaps protest if anything other than svn or
-     * git?
+     * git? Or use http://plexus.codehaus.org/plexus-utils/apidocs/org/codehaus/plexus/util/AbstractScanner.html#DEFAULTEXCLUDES?
      * @throws MojoFailureException 
      */
     protected void writeInventory()