Author: tchemit Date: 2011-07-17 14:24:39 +0200 (Sun, 17 Jul 2011) New Revision: 1131 Url: http://nuiton.org/repositories/revision/mavenpom/1131 Log: Anomalie #1630: Site deployement with mavenpom4labs are no more correct Modified: trunk/mavenpom4labs/pom.xml trunk/pom.xml Modified: trunk/mavenpom4labs/pom.xml =================================================================== --- trunk/mavenpom4labs/pom.xml 2011-07-07 17:53:17 UTC (rev 1130) +++ trunk/mavenpom4labs/pom.xml 2011-07-17 12:24:39 UTC (rev 1131) @@ -151,45 +151,9 @@ <!-- *** Maven Environment *************************************** --> <!-- ************************************************************* --> - <!--Distribution--> - <distributionManagement> - <site> - <id>${site.server}</id> - <url>${site.repository}</url> - </site> - </distributionManagement> - - <!--<ciManagement>--> - <!--<system>hudson</system>--> - <!--<url>http://jenkins.nuiton.org/jenkins/job/${projectId}</url>--> - <!--</ciManagement>--> - <!-- Maven Environment : profiles --> <profiles> - <!--<!– profile with all reports (include in release process) –>--> - <!--<profile>--> - <!--<id>reporting</id>--> - <!--<activation>--> - <!--<property>--> - <!--<name>performRelease</name>--> - <!--<value>true</value>--> - <!--</property>--> - <!--</activation>--> - - <!--<!–Site–>--> - <!--<reporting>--> - <!--<plugins>--> - <!--<plugin>--> - <!--<groupId>org.codehaus.sonar-plugins</groupId>--> - <!--<artifactId>maven-report</artifactId>--> - <!--<version>${sonarReportPluginVersion}</version>--> - <!--</plugin>--> - <!--</plugins>--> - <!--</reporting>--> - - <!--</profile>--> - <!-- perform only on a release stage when using the maven-release-plugin --> <profile> <id>internal</id> @@ -222,6 +186,12 @@ <googleAnalyticsEnabled>true</googleAnalyticsEnabled> </properties> + <distributionManagement> + <site> + <id>${site.server}</id> + <url>${site.repository}</url> + </site> + </distributionManagement> </profile> <!-- perform only on a release stage when using the maven-release-plugin --> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-07-07 17:53:17 UTC (rev 1130) +++ trunk/pom.xml 2011-07-17 12:24:39 UTC (rev 1131) @@ -855,10 +855,6 @@ <id>${snapshot.server}</id> <url>${snapshot.repository}</url> </snapshotRepository> - <site> - <id>${site.server}</id> - <url>${site.repository}</url> - </site> </distributionManagement> <!-- Maven Environment : profiles --> @@ -1506,6 +1502,12 @@ </properties> + <distributionManagement> + <site> + <id>${site.server}</id> + <url>${site.repository}</url> + </site> + </distributionManagement> <build> <plugins>