Author: tchemit Date: 2012-02-15 14:47:30 +0100 (Wed, 15 Feb 2012) New Revision: 1216 Url: http://nuiton.org/repositories/revision/mavenpom/1216 Log: Evolution #1961: Make possible to deploy site at others locations (revert) Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-02-09 22:26:29 UTC (rev 1215) +++ trunk/pom.xml 2012-02-15 13:47:30 UTC (rev 1216) @@ -48,7 +48,7 @@ <description>Ancestor of all projects of Code Lutin</description> - <url>http://maven-site.nuiton.org/mavenpom${projectUrlSuffix}</url> + <url>http://maven-site.nuiton.org/mavenpom</url> <inceptionYear>2009</inceptionYear> @@ -182,9 +182,6 @@ <!-- a property to define list id --> <listId>${projectId}</listId> - <!-- project site url suffix (by default empty, but filled to /SNAPSHOT for trunk sites) --> - <projectUrlSuffix/> - <!-- location of central-releases repository --> <central.release.repository>http://nexus.nuiton.org/nexus/content/repositories/central-releases</central.release.repository> @@ -435,7 +432,6 @@ <version>${commonsIoVersion}</version> </dependency> - <dependency> <groupId>commons-jxpath</groupId> <artifactId>commons-jxpath</artifactId> @@ -1547,7 +1543,7 @@ <distributionManagement> <site> <id>${platform}</id> - <url>${our.site.repository}/${projectId}${projectUrlSuffix}</url> + <url>${our.site.repository}/${projectId}</url> </site> </distributionManagement> <build> @@ -1917,22 +1913,6 @@ </build> </profile> - <profile> - <id>deploy-trunk-site</id> - <activation> - <property> - <name>deployTrunkSite</name> - <value>true</value> - </property> - </activation> - <properties> - <projectUrlSuffix>/SNAPSHOT</projectUrlSuffix> - </properties> - <build> - <defaultGoal>site-deploy</defaultGoal> - </build> - </profile> - </profiles> </project>
participants (1)
-
tchemit@users.nuiton.org