Author: psteitz Date: Tue Dec 31 22:34:15 2013 New Revision: 1554586 URL: http://svn.apache.org/r1554586 Log: Keep the prior api docs from getting nuked on site-deploy.
Modified: commons/proper/pool/trunk/pom.xml Modified: commons/proper/pool/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1554586&r1=1554585&r2=1554586&view=diff ============================================================================== --- commons/proper/pool/trunk/pom.xml (original) +++ commons/proper/pool/trunk/pom.xml Tue Dec 31 22:34:15 2013 @@ -197,7 +197,7 @@ <artifactId>maven-scm-publish-plugin</artifactId> <configuration> <ignorePathsToDelete> - <ignorePathToDelete>javadocs</ignorePathToDelete> + <ignorePathToDelete>api-*</ignorePathToDelete> </ignorePathsToDelete> </configuration> </plugin>