Author: tchemit Date: 2010-11-18 22:37:33 +0100 (Thu, 18 Nov 2010) New Revision: 1954 Url: http://nuiton.org/repositories/revision/nuiton-utils/1954 Log: use mavenpom 2.4.1-SNAPSHOT Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-11-18 15:06:22 UTC (rev 1953) +++ trunk/pom.xml 2010-11-18 21:37:33 UTC (rev 1954) @@ -33,7 +33,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>2.4</version> + <version>2.4.1-SNAPSHOT</version> </parent> <artifactId>nuiton-utils</artifactId> @@ -146,22 +146,6 @@ </plugins> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-license-plugin</artifactId> - <configuration> - <!-- remove this while using mavenpom > 2.4 --> - <excludes> - <exclude>**/THIRD-PARTY.properties</exclude> - <exclude>**/i18n/*.properties</exclude> - </excludes> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> <!-- ************************************************************* -->
participants (1)
-
tchemit@users.nuiton.org