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:53:18 UTC

svn commit: r1434465 - /commons/proper/chain/trunk/pom.xml

Author: olamy
Date: Wed Jan 16 22:53:18 2013
New Revision: 1434465

URL: http://svn.apache.org/viewvc?rev=1434465&view=rev
Log:
configure svnpubsub

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

Modified: commons/proper/chain/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=1434465&r1=1434464&r2=1434465&view=diff
==============================================================================
--- commons/proper/chain/trunk/pom.xml (original)
+++ commons/proper/chain/trunk/pom.xml Wed Jan 16 22:53:18 2013
@@ -166,6 +166,15 @@
   <build>
     <pluginManagement>
       <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-scm-publish-plugin</artifactId>
+          <configuration>
+            <ignorePathsToDelete>
+              <ignorePathToDelete>javadocs**</ignorePathToDelete>
+            </ignorePathsToDelete>
+          </configuration>
+        </plugin>
         <!--
          | This plugin's configuration is used to store Eclipse m2e settings only.
          | It has no influence on the Maven build itself.