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/26 22:40:58 UTC

svn commit: r1438969 - /commons/proper/digester/trunk/pom.xml

Author: olamy
Date: Sat Jan 26 21:40:58 2013
New Revision: 1438969

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

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

Modified: commons/proper/digester/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/pom.xml?rev=1438969&r1=1438968&r2=1438969&view=diff
==============================================================================
--- commons/proper/digester/trunk/pom.xml (original)
+++ commons/proper/digester/trunk/pom.xml Sat Jan 26 21:40:58 2013
@@ -200,9 +200,6 @@
     <commons.jira.id>DIGESTER</commons.jira.id>
     <commons.jira.pid>12310471</commons.jira.pid>
 
-    <!-- TODO remove those properties when upgrading to parent 28 -->
-    <commons.site.cache>${user.home}/commons-sites</commons.site.cache>
-
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-digester</commons.scmPubUrl>
   </properties>
 
@@ -238,8 +235,11 @@
         <configuration>
           <content>${project.reporting.outputDirectory}</content>
           <pubScmUrl>scm:svn:${commons.scmPubUrl}</pubScmUrl>
-          <checkoutDirectory>${commons.scmPubCheckoutDirectory}</checkoutDirectory>
+          <checkoutDirectory>site-content</checkoutDirectory>
           <tryUpdate>true</tryUpdate>
+          <ignorePathsToDelete>
+            <ignorePathToDelete>commons-digester-*</ignorePathToDelete>
+          </ignorePathsToDelete>
         </configuration>
         <executions>
           <execution>
@@ -398,5 +398,6 @@
         </site>
       </distributionManagement>
     </profile>
+
   </profiles>
 </project>