Author: tchemit Date: 2010-06-26 14:50:54 +0200 (Sat, 26 Jun 2010) New Revision: 1789 Url: http://nuiton.org/repositories/revision/maven-license-plugin/1789 Log: add performRelease with preparing release Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-26 12:43:41 UTC (rev 1788) +++ trunk/pom.xml 2010-06-26 12:50:54 UTC (rev 1789) @@ -338,13 +338,25 @@ <!-- documentation is in english then french --> <locales>en,fr</locales> + + <prepareVerifyArgs>-DperformRelease</prepareVerifyArgs> - <!--<javadoc.version>2.7</javadoc.version>--> - </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