configure svnpubsub site deploy

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/digester/trunk@1438969 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 09bc900..4867d49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>