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>