You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/04/03 02:19:53 UTC

svn commit: r1088192 - /commons/proper/discovery/trunk/pom.xml

Author: simonetripodi
Date: Sun Apr  3 00:19:53 2011
New Revision: 1088192

URL: http://svn.apache.org/viewvc?rev=1088192&view=rev
Log:
added missing commons site distribution management (cannot be defined in parent)

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

Modified: commons/proper/discovery/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/pom.xml?rev=1088192&r1=1088191&r2=1088192&view=diff
==============================================================================
--- commons/proper/discovery/trunk/pom.xml (original)
+++ commons/proper/discovery/trunk/pom.xml Sun Apr  3 00:19:53 2011
@@ -122,7 +122,16 @@
     <commons.jira.pid>12310472</commons.jira.pid>
     <maven.compile.source>1.5</maven.compile.source>
     <maven.compile.target>1.5</maven.compile.target>
-  </properties> 
+  </properties>
+
+  <distributionManagement>
+    <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
+    <site>
+      <id>apache.website</id>
+      <name>Apache Commons Site</name>
+      <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/discovery</url>
+    </site>
+  </distributionManagement>
 
   <build>
     <sourceDirectory>src/java</sourceDirectory>