You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/05/17 19:35:08 UTC

svn commit: r1483921 - /commons/proper/pool/branches/POOL_1_X/pom.xml

Author: ggregory
Date: Fri May 17 17:35:08 2013
New Revision: 1483921

URL: http://svn.apache.org/r1483921
Log:
Add maven-scm-publish-plugin to ignore Javadocs when deleting.

Modified:
    commons/proper/pool/branches/POOL_1_X/pom.xml

Modified: commons/proper/pool/branches/POOL_1_X/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/branches/POOL_1_X/pom.xml?rev=1483921&r1=1483920&r2=1483921&view=diff
==============================================================================
--- commons/proper/pool/branches/POOL_1_X/pom.xml (original)
+++ commons/proper/pool/branches/POOL_1_X/pom.xml Fri May 17 17:35:08 2013
@@ -166,6 +166,15 @@
             </dependency>
           </dependencies>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-scm-publish-plugin</artifactId>
+          <configuration>
+            <ignorePathsToDelete>
+              <ignorePathToDelete>javadocs**</ignorePathToDelete>
+            </ignorePathsToDelete>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>