You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by ol...@apache.org on 2014/03/04 07:08:06 UTC

svn commit: r1573878 - /onami/trunk/site/pom.xml

Author: olamy
Date: Tue Mar  4 06:08:06 2014
New Revision: 1573878

URL: http://svn.apache.org/r1573878
Log:
ignore persit to not delete it

Modified:
    onami/trunk/site/pom.xml

Modified: onami/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/onami/trunk/site/pom.xml?rev=1573878&r1=1573877&r2=1573878&view=diff
==============================================================================
--- onami/trunk/site/pom.xml (original)
+++ onami/trunk/site/pom.xml Tue Mar  4 06:08:06 2014
@@ -117,6 +117,7 @@
             <ignorePathToDelete>scopes**</ignorePathToDelete>
             <ignorePathToDelete>test**</ignorePathToDelete>
             <ignorePathToDelete>validation**</ignorePathToDelete>
+            <ignorePathToDelete>persist**</ignorePathToDelete>
           </ignorePathsToDelete>
           <checkoutDirectory>${checkoutDirectory}</checkoutDirectory>
         </configuration>