Author: tchemit Date: 2010-01-07 03:50:52 +0100 (Thu, 07 Jan 2010) New Revision: 729 Modified: trunk/pom.xml Log: try to simplify release perform invocation (might failed at next release ?), see it in 5 minutes... Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-01-07 02:07:26 UTC (rev 728) +++ trunk/pom.xml 2010-01-07 02:50:52 UTC (rev 729) @@ -1989,7 +1989,11 @@ <!-- ce profile est dedie uniquement a mavenpom pour faire des releases pour corriger les url de deployements qui marcheront pour tous les poms héritant de mavenpom, mais pas pour mavenpom lui-même... + + TC-20100107 try to avoid this by using directly the internal profile : + mvn release:perform -Pinternal + Lors d'une release, il faut donc faire : mvn release:perform -DreleaseProfiles=internal @@ -2010,6 +2014,19 @@ <redmine.releaseFiles>pom.xml,src/site/site_fr.xml,src/site/site_en.xml</redmine.releaseFiles> </properties> + <build> + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <releaseProfiles>internal</releaseProfiles> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + </profile> <!-- ce plugin permet de deployer un site en local -->
participants (1)
-
tchemit@users.nuiton.org