Author: tchemit Date: 2010-11-18 22:38:00 +0100 (Thu, 18 Nov 2010) New Revision: 1811 Url: http://nuiton.org/repositories/revision/i18n/1811 Log: use mavenpom 2.4.1-SNAPSHOT Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-11-18 10:00:39 UTC (rev 1810) +++ trunk/pom.xml 2010-11-18 21:38:00 UTC (rev 1811) @@ -35,7 +35,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>2.4</version> + <version>2.4.1-SNAPSHOT</version> </parent> <artifactId>i18n</artifactId> @@ -265,24 +265,6 @@ <url>http://www.nuiton.org/repositories/browse/i18n/trunk</url> </scm> - <build> - <pluginManagement> - <plugins> - <!-- remove this while using mavenpom > 2.4 --> - <plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-license-plugin</artifactId> - <configuration> - <excludes> - <exclude>**/THIRD-PARTY.properties</exclude> - </excludes> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> - - <profiles> <!-- to include in the build the ant task --> <profile>
participants (1)
-
tchemit@users.nuiton.org