You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by ol...@apache.org on 2012/10/01 23:35:13 UTC

svn commit: r1392635 - /directmemory/trunk/pom.xml

Author: olamy
Date: Mon Oct  1 21:35:13 2012
New Revision: 1392635

URL: http://svn.apache.org/viewvc?rev=1392635&view=rev
Log:
ignore lightning when site will be deployed

Modified:
    directmemory/trunk/pom.xml

Modified: directmemory/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directmemory/trunk/pom.xml?rev=1392635&r1=1392634&r2=1392635&view=diff
==============================================================================
--- directmemory/trunk/pom.xml (original)
+++ directmemory/trunk/pom.xml Mon Oct  1 21:35:13 2012
@@ -390,7 +390,9 @@ under the License.
             <checkoutDirectory>${directmemory.scmPubCheckoutDirectory}</checkoutDirectory>
             <tryUpdate>true</tryUpdate>
             <skipDeletedFiles>${scmSkipDeletedFiles}</skipDeletedFiles>
-
+            <ignorePathsToDelete>
+              <ignorePathToDelete>lightning**</ignorePathToDelete>
+            </ignorePathsToDelete>
             <providerImplementations>
               <svn>javasvn</svn>
             </providerImplementations>