Author: tchemit Date: 2010-06-19 20:57:01 +0200 (Sat, 19 Jun 2010) New Revision: 1889 Url: http://nuiton.org/repositories/revision/nuiton-utils/1889 Log: Utilisation de mavenpom4redmine 2.2 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-19 12:23:21 UTC (rev 1888) +++ trunk/pom.xml 2010-06-19 18:57:01 UTC (rev 1889) @@ -22,9 +22,7 @@ <http://www.gnu.org/licenses/lgpl-3.0.html>. #L% --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -35,7 +33,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>2.2-SNAPSHOT</version> + <version>2.2</version> </parent> <artifactId>nuiton-utils</artifactId> @@ -163,10 +161,8 @@ <!-- Source control management. --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/nuiton-utils/trunk - </connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/nuiton-utils/trunk - </developerConnection> + <connection>scm:svn:http://svn.nuiton.org/svn/nuiton-utils/trunk</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/nuiton-utils/trunk</developerConnection> <url>http://www.nuiton.org/repositories/browse/nuiton-utils/trunk</url> </scm> @@ -198,7 +194,7 @@ <!-- create assemblies at release time --> <profile> - <id>release-assembly-profile</id> + <id>assembly-profile</id> <activation> <property> <name>performRelease</name> @@ -251,6 +247,7 @@ </properties> <build> + <defaultGoal>validate</defaultGoal> <plugins> <plugin> <groupId>org.nuiton</groupId> @@ -260,14 +257,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>