You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/01/16 23:12:33 UTC

svn commit: r1434439 - /commons/proper/cli/trunk/pom.xml

Author: olamy
Date: Wed Jan 16 22:12:32 2013
New Revision: 1434439

URL: http://svn.apache.org/viewvc?rev=1434439&view=rev
Log:
ignore imported javadocs

Modified:
    commons/proper/cli/trunk/pom.xml

Modified: commons/proper/cli/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=1434439&r1=1434438&r2=1434439&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Wed Jan 16 22:12:32 2013
@@ -185,6 +185,19 @@
       </plugin>
       -->
     </plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-scm-publish-plugin</artifactId>
+          <configuration>
+            <ignorePathsToDelete>
+              <ignorePathToDelete>javadocs**</ignorePathToDelete>
+            </ignorePathsToDelete>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
 
   <reporting>