Author: simonetripodi
Date: Thu Jun 28 22:25:43 2012
New Revision: 1355185
URL: http://svn.apache.org/viewvc?rev=1355185&view=rev
Log:
site distribution management moved to the site profile - avoid mvn understands
it has to deploy the site when it doesn't have to
Modified:
incubator/any23/trunk/pom.xml
Modified: incubator/any23/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1355185&r1=1355184&r2=1355185&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Thu Jun 28 22:25:43 2012
@@ -202,13 +202,6 @@
<system>Jenkins</system>
<url>https://builds.apache.org/job/Any23-trunk/</url>
</ciManagement>
- <distributionManagement>
- <site>
- <id>any23.website</id>
- <name>Apache Any23 website</name>
- <url>${site.deploymentBaseUrl}</url>
- </site>
- </distributionManagement>
<!-- General properties. -->
<properties>
@@ -921,6 +914,15 @@
<profile>
<id>site</id>
+
+ <distributionManagement>
+ <site>
+ <id>any23.website</id>
+ <name>Apache Any23 website</name>
+ <url>${site.deploymentBaseUrl}</url>
+ </site>
+ </distributionManagement>
+
<build>
<plugins>
<plugin>