Author: tchemit Date: 2010-06-26 14:57:07 +0200 (Sat, 26 Jun 2010) New Revision: 1791 Url: http://nuiton.org/repositories/revision/maven-license-plugin/1791 Log: add comment Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-26 12:54:00 UTC (rev 1790) +++ trunk/pom.xml 2010-06-26 12:57:07 UTC (rev 1791) @@ -339,24 +339,15 @@ <!-- documentation is in english then french --> <locales>en,fr</locales> + <!-- TODO Remove this while using mavenpom4redmine > 2.2 --> + <!-- in release:prepare do the release process to detect + possible errors before tagging svn --> <arguments>-DperformRelease</arguments> </properties> <build> - <!--pluginManagement> - <plugins> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <version>2.0</version> - <configuration> - <arguments>-DperformRelease</arguments> - </configuration> - </plugin> - </plugins> - </pluginManagement--> - <plugins> <!-- generate descriptor model + reader -->
participants (1)
-
tchemit@users.nuiton.org