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:29:54 UTC

svn commit: r1434451 - /commons/proper/beanutils/trunk/pom.xml

Author: olamy
Date: Wed Jan 16 22:29:53 2013
New Revision: 1434451

URL: http://svn.apache.org/viewvc?rev=1434451&view=rev
Log:
add configuration for svnpubsub

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

Modified: commons/proper/beanutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1434451&r1=1434450&r2=1434451&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Wed Jan 16 22:29:53 2013
@@ -201,6 +201,22 @@
             </configuration>
         </plugin>
       </plugins>
+      <pluginManagement>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-scm-publish-plugin</artifactId>
+            <configuration>
+              <!-- when moving to svnpubsub links to previous releases must be fixed -->
+              <!-- ignore paths manual content -->
+              <ignorePathsToDelete>
+                <ignorePathToDelete>javadocs**</ignorePathToDelete>
+                <ignorePathToDelete>release-notes**</ignorePathToDelete>
+              </ignorePathsToDelete>
+            </configuration>
+          </plugin>
+        </plugins>
+      </pluginManagement>
     </build>
 
     <properties>