You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/02/20 21:52:56 UTC

svn commit: r1448398 - /commons/proper/logging/trunk/pom.xml

Author: tn
Date: Wed Feb 20 20:52:56 2013
New Revision: 1448398

URL: http://svn.apache.org/r1448398
Log:
Ignore static content by scm-publish plugin.

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

Modified: commons/proper/logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1448398&r1=1448397&r2=1448398&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Wed Feb 20 20:52:56 2013
@@ -412,6 +412,7 @@ under the License.
         <configuration>
           <ignorePathsToDelete>
             <ignorePathToDelete>javadocs</ignorePathToDelete>
+            <ignorePathToDelete>commons-logging-**</ignorePathToDelete>
           </ignorePathsToDelete>
         </configuration>
       </plugin>