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/11/02 13:13:58 UTC

svn commit: r1538179 - in /commons/proper/proxy/trunk: pom.xml src/site/site.xml

Author: tn
Date: Sat Nov  2 12:13:57 2013
New Revision: 1538179

URL: http://svn.apache.org/r1538179
Log:
[PROXY-19] Add download link, upgrade to parent 32 for site publishing.

Modified:
    commons/proper/proxy/trunk/pom.xml
    commons/proper/proxy/trunk/src/site/site.xml

Modified: commons/proper/proxy/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/trunk/pom.xml?rev=1538179&r1=1538178&r2=1538179&view=diff
==============================================================================
--- commons/proper/proxy/trunk/pom.xml (original)
+++ commons/proper/proxy/trunk/pom.xml Sat Nov  2 12:13:57 2013
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>15</version>
+        <version>32</version>
     </parent>
     <artifactId>commons-proxy</artifactId>
     <version>1.1-SNAPSHOT</version>
@@ -112,6 +112,15 @@
                     <tarLongFileMode>gnu</tarLongFileMode>
                 </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>
 
@@ -244,8 +253,8 @@
     </distributionManagement>
 
     <properties>
-        <maven.compile.source>1.4</maven.compile.source>
-        <maven.compile.target>1.4</maven.compile.target>
+        <maven.compiler.source>1.4</maven.compiler.source>
+        <maven.compiler.target>1.4</maven.compiler.target>
         <commons.componentid>proxy</commons.componentid>
         <commons.release.version>1.0</commons.release.version>
         <commons.binary.suffix></commons.binary.suffix>

Modified: commons/proper/proxy/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/trunk/src/site/site.xml?rev=1538179&r1=1538178&r2=1538179&view=diff
==============================================================================
--- commons/proper/proxy/trunk/src/site/site.xml (original)
+++ commons/proper/proxy/trunk/src/site/site.xml Sat Nov  2 12:13:57 2013
@@ -24,6 +24,7 @@
   <body>
     <menu name="Commons Proxy">
       <item name="Overview" href="index.html"/>
+      <item name="Download" href="http://commons.apache.org/proxy/download_proxy.cgi"/>
       <item name="Mailing lists" href="/mail-lists.html"/>
       <item name="Issue Tracking" href="/issue-tracking.html"/>
       <item name="Team" href="/team-list.html"/>