Author: tchemit Date: 2010-06-19 20:56:11 +0200 (Sat, 19 Jun 2010) New Revision: 1773 Url: http://nuiton.org/repositories/revision/maven-license-plugin/1773 Log: Utilisation de mavenpom4redmine 2.2 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-19 01:02:04 UTC (rev 1772) +++ trunk/pom.xml 2010-06-19 18:56:11 UTC (rev 1773) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>2.2-SNAPSHOT</version> + <version>2.2</version> </parent> <artifactId>maven-license-plugin</artifactId> @@ -330,7 +330,7 @@ <siteSourcesType>apt</siteSourcesType> <!-- documentation is in english then french --> - <siteLocales>en,fr</siteLocales> + <locales>en,fr</locales> </properties> @@ -513,6 +513,7 @@ </properties> <build> + <defaultGoal>validate</defaultGoal> <plugins> <plugin> <groupId>org.nuiton</groupId> @@ -522,14 +523,16 @@ <id>check-central-safe</id> <inherited>true</inherited> <goals> - <goal>check-central-safe</goal> + <goal>check-auto-container</goal> </goals> <configuration> - <extraRepositories> + <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