Author: hudson Date: 2011-08-18 15:13:22 +0200 (Thu, 18 Aug 2011) New Revision: 614 Url: http://nuiton.org/repositories/revision/jrst/614 Log: [maven-release-plugin] rollback the release of jrst-1.4 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-08-18 13:09:40 UTC (rev 613) +++ trunk/pom.xml 2011-08-18 13:13:22 UTC (rev 614) @@ -382,11 +382,6 @@ <nuitonI18nVersion>2.4.1</nuitonI18nVersion> <xalanVersion>2.7.1</xalanVersion> - <scmwebeditorUrl>http://localhost:8080/scmwebeditor/checkout.action - </scmwebeditorUrl> - <nuitonSkinVersion>1.0.6-SNAPSHOT</nuitonSkinVersion> - - </properties> <build> @@ -403,29 +398,6 @@ </plugins> </pluginManagement> - - <plugins> - - <!-- TODO Remove this when using mavenpom > 3.0.1 --> - <plugin> - <artifactId>maven-antrun-plugin</artifactId> - <executions> - <execution> - <id>generate-surefire-workdir</id> - <phase>generate-test-sources</phase> - <configuration> - <target> - <mkdir dir="target/surefire-workdir"/> - </target> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> <!-- ************************************************************* --> @@ -445,12 +417,6 @@ <!-- to include in the build extra modules --> <profile> <id>extra-modules</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> <modules> <module>maven-jrst-plugin</module>
participants (1)
-
hudson@users.nuiton.org