Author: psteitz Date: Tue Dec 31 22:58:06 2013 New Revision: 1554590 URL: http://svn.apache.org/r1554590 Log: Keep prior release api docs from getting nuked by svn pub-sub.
Modified: commons/proper/dbcp/trunk/pom.xml Modified: commons/proper/dbcp/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=1554590&r1=1554589&r2=1554590&view=diff ============================================================================== --- commons/proper/dbcp/trunk/pom.xml (original) +++ commons/proper/dbcp/trunk/pom.xml Tue Dec 31 22:58:06 2013 @@ -284,6 +284,15 @@ <tarLongFileMode>gnu</tarLongFileMode> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-scm-publish-plugin</artifactId> + <configuration> + <ignorePathsToDelete> + <ignorePathToDelete>api-*</ignorePathToDelete> + </ignorePathsToDelete> + </configuration> + </plugin> </plugins> </build> <reporting>