Author: tchemit Date: 2011-09-22 16:28:14 +0200 (Thu, 22 Sep 2011) New Revision: 1172 Url: http://nuiton.org/repositories/revision/mavenpom/1172 Log: Evolution #1754: Integrates in generated announcements and reports the new tracker 'Task' T?\195?\162che #1741: update to junit 4.9 T?\195?\162che #1742: update to commons-lang 3.0.1 T?\195?\162che #1753: Use webstart-maven-plugin form codehaus version 1.0-beta-2 T?\195?\162che #1755: Updates to license-maven-plugin 1.0 T?\195?\162che #1756: Updates javadoc maven plugin (ans plexus component) dependencies Modified: trunk/mavenpom4redmine/pom.xml trunk/pom.xml Modified: trunk/mavenpom4redmine/pom.xml =================================================================== --- trunk/mavenpom4redmine/pom.xml 2011-09-14 18:19:54 UTC (rev 1171) +++ trunk/mavenpom4redmine/pom.xml 2011-09-22 14:28:14 UTC (rev 1172) @@ -290,7 +290,7 @@ <configuration> <anonymous>${publicProject}</anonymous> <generateOnce>true</generateOnce> - <actionMapping>fix:1, add:2</actionMapping> + <actionMapping>fix:1, add:2, task:4</actionMapping> <statusIds>3,4,5</statusIds> </configuration> </execution> @@ -442,9 +442,7 @@ <!-- for a multi-module just run on root project --> <runOnce>true</runOnce> - <emailTitle>[ANN] - ${project.name} ${project.version} - released - </emailTitle> + <emailTitle>[ANN] - ${project.name} ${project.version} released</emailTitle> <emailContentFile> target/generated-sources/announcement/release-email-announcement.vm </emailContentFile> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-09-14 18:19:54 UTC (rev 1171) +++ trunk/pom.xml 2011-09-22 14:28:14 UTC (rev 1172) @@ -233,8 +233,7 @@ <jredminePluginVersion>1.2.2</jredminePluginVersion> <jrstPluginVersion>1.4</jrstPluginVersion> <nuitonSkinVersion>1.1.1</nuitonSkinVersion> - <webstartPluginVersion>1.0-alpha-2-cl_20100511</webstartPluginVersion> - + <!-- apache maven plugins version --> <antRunPluginVersion>1.6</antRunPluginVersion> <assemblyPluginVersion>2.2.1</assemblyPluginVersion> @@ -267,12 +266,14 @@ <findbugsPluginVersion>2.3.2</findbugsPluginVersion> <gwtPluginVersion>2.1.0-1</gwtPluginVersion> <tomcatPluginVersion>1.1</tomcatPluginVersion> - + <webstartPluginVersion>1.0-beta-2</webstartPluginVersion> + <licensePluginVersion>1.0-beta-3</licensePluginVersion> + <!-- codehaus plexus plugins --> <plexusPluginVersion>1.3.8</plexusPluginVersion> <plexusComponentMetadataPluginVersion>1.5.5</plexusComponentMetadataPluginVersion> - <licensePluginVersion>1.0-beta-3</licensePluginVersion> + <!-- others plugins --> <androidPluginVersion>2.8.4</androidPluginVersion> <jettyPluginVersion>7.3.1.v20110307</jettyPluginVersion> @@ -293,19 +294,19 @@ <commonsIoVersion>2.0.1</commonsIoVersion> <commonsJxpathVersion>1.3</commonsJxpathVersion> <commonsLangVersion>2.6</commonsLangVersion> - <commonsLang3Version>3.0</commonsLang3Version> + <commonsLang3Version>3.0.1</commonsLang3Version> <commonsLoggingVersion>1.1.1</commonsLoggingVersion> <commonsPrimitivesVersion>1.0</commonsPrimitivesVersion> <commonsMathVersion>2.2</commonsMathVersion> - <junitVersion>4.8.2</junitVersion> + <junitVersion>4.9</junitVersion> <log4jVersion>1.2.16</log4jVersion> <!-- to deploy with scpexe for maven 3 --> <wagonSshExternalVersion>1.0</wagonSshExternalVersion> <!-- versions of javadoc tagglets --> - <mavenPluginToolsJavadocVersion>2.5.1</mavenPluginToolsJavadocVersion> - <plexusComponentJavadocVersion>1.3.0</plexusComponentJavadocVersion> + <mavenPluginToolsJavadocVersion>2.8</mavenPluginToolsJavadocVersion> + <plexusComponentJavadocVersion>1.5.5</plexusComponentJavadocVersion> <!-- FIX #534 unmodifiable parameter when releasing --> <helper.smtpHost>smtp</helper.smtpHost> @@ -797,7 +798,7 @@ </plugin> <plugin> - <groupId>org.nuiton.thirdparty</groupId> + <groupId>org.codehaus.mojo.webstart</groupId> <artifactId>webstart-maven-plugin</artifactId> <version>${webstartPluginVersion}</version> <configuration> @@ -805,7 +806,10 @@ <libPath>lib</libPath> <makeArchive>false</makeArchive> <verbose>false</verbose> - + <gzip>true</gzip> + <canUnsign>false</canUnsign> + <!--<unsign>true</unsign>--> + <pack200>true</pack200> <jnlp> <mainClass>${maven.jar.main.class}</mainClass> <allPermissions>true</allPermissions> @@ -1395,7 +1399,7 @@ </plugin> <plugin> - <groupId>org.nuiton.thirdparty</groupId> + <groupId>org.codehaus.mojo.webstart</groupId> <artifactId>webstart-maven-plugin</artifactId> <executions> <execution> @@ -1449,7 +1453,7 @@ </plugin> <plugin> - <groupId>org.nuiton.thirdparty</groupId> + <groupId>org.codehaus.mojo.webstart</groupId> <artifactId>webstart-maven-plugin</artifactId> <executions> <execution>