You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2014/03/17 08:17:22 UTC

svn commit: r1578252 - /commons/proper/weaver/trunk/pom.xml

Author: mbenson
Date: Mon Mar 17 07:17:21 2014
New Revision: 1578252

URL: http://svn.apache.org/r1578252
Log:
don't delete old javadocs when publishing site

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

Modified: commons/proper/weaver/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/pom.xml?rev=1578252&r1=1578251&r2=1578252&view=diff
==============================================================================
--- commons/proper/weaver/trunk/pom.xml (original)
+++ commons/proper/weaver/trunk/pom.xml Mon Mar 17 07:17:21 2014
@@ -492,6 +492,9 @@ under the License.
         <artifactId>maven-scm-publish-plugin</artifactId>
         <configuration>
           <content>${project.build.directory}/staging</content>
+          <ignorePathsToDelete>
+            <ignorePathToDelete>javadocs</ignorePathToDelete>
+          </ignorePathsToDelete>
         </configuration>
       </plugin>
       <plugin>