Author: bodewig
Date: Sat Oct 26 05:30:17 2013
New Revision: 1535923
URL: http://svn.apache.org/r1535923
Log:
keep javadocs of latest release around
Modified:
commons/proper/compress/trunk/pom.xml
commons/proper/compress/trunk/src/site/site.xml
Modified: commons/proper/compress/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1535923&r1=1535922&r2=1535923&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Sat Oct 26 05:30:17 2013
@@ -162,6 +162,15 @@ These include: bzip2, gzip, pack200, xz
</instructions>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-scm-publish-plugin</artifactId>
+ <configuration>
+ <ignorePathsToDelete>
+ <ignorePathToDelete>javadocs**</ignorePathToDelete>
+ </ignorePathsToDelete>
+ </configuration>
+ </plugin>
</plugins>
</build>
Modified: commons/proper/compress/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/site/site.xml?rev=1535923&r1=1535922&r2=1535923&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/site/site.xml (original)
+++ commons/proper/compress/trunk/src/site/site.xml Sat Oct 26 05:30:17 2013
@@ -34,6 +34,8 @@
<item name="Download" href="/download_compress.cgi"/>
<item name="Security Reports" href="/security.html"/>
<item name="Wiki" href="http://wiki.apache.org/commons/Compress"/>
+ <item name="Javadoc 1.6" href="javadocs/api-1.6/index.html"/>
+ <item name="Javadoc SVN latest" href="apidocs/index.html"/>
</menu>
</body>