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 2012/01/10 21:48:36 UTC

svn commit: r1229721 - /commons/proper/validator/trunk/pom.xml

Author: simonetripodi
Date: Tue Jan 10 20:48:36 2012
New Revision: 1229721

URL: http://svn.apache.org/viewvc?rev=1229721&view=rev
Log:
main site distribution management moved to main section - once Nexus will be enabled, to deploy artifact the `release` profile needs to be enabled with `rc` (and they can be enabled in the wrong way and deploying the site in the wrong place during a RC)

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

Modified: commons/proper/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1229721&r1=1229720&r2=1229721&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Tue Jan 10 20:48:36 2012
@@ -120,6 +120,15 @@
     <url>http://svn.apache.org/viewvc/commons/proper/validator/trunk/</url>
   </scm>
 
+  <distributionManagement>
+    <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
+    <site>
+      <id>apache.website</id>
+      <name>Apache Commons Release Site</name>
+      <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/validator/</url>
+    </site>
+  </distributionManagement>
+
   <properties>
     <maven.compile.source>1.4</maven.compile.source>
     <maven.compile.target>1.4</maven.compile.target>
@@ -298,17 +307,6 @@
         </site>
       </distributionManagement>
     </profile>
-    <profile>
-      <id>release</id>
-      <distributionManagement>
-        <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
-        <site>
-          <id>apache.website</id>
-          <name>Apache Commons Release Site</name>
-          <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/validator/</url>
-        </site>
-      </distributionManagement>
-    </profile>
   </profiles>
 
 </project>