Author: tchemit Date: 2010-07-01 14:07:02 +0200 (Thu, 01 Jul 2010) New Revision: 2016 Url: http://nuiton.org/repositories/revision/jaxx/2016 Log: use new central-safe configuration Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-30 17:49:34 UTC (rev 2015) +++ trunk/pom.xml 2010-07-01 12:07:02 UTC (rev 2016) @@ -406,6 +406,14 @@ <javahelp.version>2.0.02</javahelp.version> <jnlp.version>1.0-alpha-2-cl_20100511</jnlp.version> + + <!-- release config --> + + <!-- activate this profile while doing release:prepare --> + <arguments>-DperformRelease -Pcentral-safe</arguments> + + <!-- activate this profile while doing release:perform --> + <releaseProfiles>central-safe</releaseProfiles> </properties> @@ -536,52 +544,6 @@ </profile> - <profile> - <id>central-safe</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <properties> - - <!-- deploy releases on nuiton-central-releases repository --> - <release.repository>${nuiton.central.release.repository}</release.repository> - - </properties> - - <build> - <defaultGoal>validate</defaultGoal> - <plugins> - <plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> - <executions> - <execution> - <id>check-central-safe</id> - <inherited>true</inherited> - <goals> - <goal>check-auto-container</goal> - </goals> - <configuration> - ${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> - </repositories> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> </project>
participants (1)
-
tchemit@users.nuiton.org