Author: tchemit Date: 2010-06-19 20:55:40 +0200 (Sat, 19 Jun 2010) New Revision: 1975 Url: http://nuiton.org/repositories/revision/jaxx/1975 Log: Utilisation de mavenpom4redmine 2.2 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-19 00:58:36 UTC (rev 1974) +++ trunk/pom.xml 2010-06-19 18:55:40 UTC (rev 1975) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>2.2-SNAPSHOT</version> + <version>2.2</version> </parent> <artifactId>jaxx</artifactId> @@ -536,6 +536,7 @@ </properties> <build> + <defaultGoal>validate</defaultGoal> <plugins> <plugin> <groupId>org.nuiton</groupId> @@ -545,14 +546,17 @@ <id>check-central-safe</id> <inherited>true</inherited> <goals> - <goal>check-central-safe</goal> + <goal>check-auto-container</goal> </goals> <configuration> - <extraRepositories> + ${nuiton.central.release.repository} + <addMavenCentral>true</addMavenCentral> + <failIfNotSafe>true</failIfNotSafe> + <repositories> <nuiton-central-releases> http://nexus.nuiton.org/nexus/content/repositories/nuiton-central-releases </nuiton-central-releases> - </extraRepositories> + </repositories> </configuration> </execution> </executions>
participants (1)
-
tchemit@users.nuiton.org