Author: tchemit Date: 2010-07-01 10:35:25 +0200 (Thu, 01 Jul 2010) New Revision: 1804 Url: http://nuiton.org/repositories/revision/maven-license-plugin/1804 Log: use mavenpom 2.2.2 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-07-01 08:13:21 UTC (rev 1803) +++ trunk/pom.xml 2010-07-01 08:35:25 UTC (rev 1804) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>2.2.1</version> + <version>2.2.2-SNAPSHOT</version> </parent> <artifactId>maven-license-plugin</artifactId> @@ -339,9 +339,6 @@ <!-- documentation is in english then french --> <locales>en,fr</locales> - <!-- TODO remove this when using mavenpom 2.2.2 --> - <helper.version>1.2.6</helper.version> - <!-- release config --> <!-- activate this profile while doing release:prepare --> @@ -520,46 +517,6 @@ </profile> - <!-- TODO remove this when using mavenpom 2.2.2 --> - <profile> - <id>central-safe</id> - - <properties> - - <!-- deploy releases on nuiton-central-releases repository --> - <release.repository>${nuiton.central.release.repository}</release.repository> - - </properties> - - <build> - <defaultGoal>validate</defaultGoal> - <plugins> - <plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> - <executions> - <execution> - <id>check-central-safe</id> - <inherited>true</inherited> - <goals> - <goal>check-auto-container</goal> - </goals> - <configuration> - <addMavenCentral>true</addMavenCentral> - <failIfNotSafe>true</failIfNotSafe> - <repositories> - <nuiton-central-releases> - http://nexus.nuiton.org/nexus/content/repositories/nuiton-central-releases - </nuiton-central-releases> - </repositories> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> </project>