You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/03/08 20:43:56 UTC

svn commit: r1298534 - /commons/proper/net/trunk/pom.xml

Author: sebb
Date: Thu Mar  8 19:43:55 2012
New Revision: 1298534

URL: http://svn.apache.org/viewvc?rev=1298534&view=rev
Log:
Add standard distributionManagement definition

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

Modified: commons/proper/net/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1298534&r1=1298533&r2=1298534&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Thu Mar  8 19:43:55 2012
@@ -120,6 +120,14 @@ Supported protocols include: Echo, Finge
         </dependency>
     </dependencies>
 
+    <distributionManagement>
+      <site>
+        <id>apache.website</id>
+        <name>Apache Commons Site</name>
+        <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}</url>
+      </site>
+    </distributionManagement>
+
     <properties>
         <maven.compile.source>1.5</maven.compile.source>
         <maven.compile.target>1.5</maven.compile.target>
@@ -389,18 +397,4 @@ Supported protocols include: Echo, Finge
         </plugins>
     </reporting>
 
-    <profiles>   
-      <profile>
-        <id>rc</id>
-        <distributionManagement>
-          <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
-          <site>
-            <id>apache.website</id>
-            <name>Apache Commons Release Candidate Staging Site</name>
-            <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/site</url>
-          </site>
-        </distributionManagement>
-      </profile>
-    </profiles>
-
 </project>