Author: bodewig
Date: Sat Oct 26 14:23:47 2013
New Revision: 1535994
URL: http://svn.apache.org/r1535994
Log:
make site-delete-exclude for release javadocs look nicer
Modified:
commons/proper/compress/trunk/pom.xml
Modified: commons/proper/compress/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1535994&r1=1535993&r2=1535994&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Sat Oct 26 14:23:47 2013
@@ -167,7 +167,7 @@ These include: bzip2, gzip, pack200, lzm
<artifactId>maven-scm-publish-plugin</artifactId>
<configuration>
<ignorePathsToDelete>
- <ignorePathToDelete>javadocs**</ignorePathToDelete>
+ <ignorePathToDelete>javadocs</ignorePathToDelete>
</ignorePathsToDelete>
</configuration>
</plugin>