Author: tchemit Date: 2011-02-09 08:54:15 +0100 (Wed, 09 Feb 2011) New Revision: 1052 Url: http://nuiton.org/repositories/revision/mavenpom/1052 Log: Anomalie #1269: Exclude *.sh files from update update-file-header goal configuration Evolution #1264: Updates to commons-io 2.0.1 Evolution #1296: Updates to commons-lang 2.6 Evolution #1297: Updates to ant 1.8.2 Evolution #1298: Updates to commons-beanutils 1.8.3 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-01-27 14:44:46 UTC (rev 1051) +++ trunk/pom.xml 2011-02-09 07:54:15 UTC (rev 1052) @@ -223,15 +223,15 @@ <webstartPluginVersion>1.0-alpha-2-cl_20100511</webstartPluginVersion> <surefirePluginVersion>2.7.2</surefirePluginVersion> <mavenVersion>2.2.1</mavenVersion> - <antVersion>1.8.0</antVersion> + <antVersion>1.8.2</antVersion> <!-- common libs used in projects --> - <commonsBeanutilsVersions>1.8.2</commonsBeanutilsVersions> + <commonsBeanutilsVersions>1.8.3</commonsBeanutilsVersions> <commonsCollectionsVersion>3.2.1</commonsCollectionsVersion> <commonsHttpclientVersion>3.1</commonsHttpclientVersion> - <commonsIoVersion>2.0</commonsIoVersion> + <commonsIoVersion>2.0.1</commonsIoVersion> <commonsJxpathVersion>1.3</commonsJxpathVersion> - <commonsLangVersion>2.5</commonsLangVersion> + <commonsLangVersion>2.6</commonsLangVersion> <commonsLoggingVersion>1.1.1</commonsLoggingVersion> <commonsPrimitivesVersion>1.0</commonsPrimitivesVersion> <junitVersion>4.8.2</junitVersion> @@ -1146,6 +1146,9 @@ <excludes> <exclude>**/i18n/*.properties</exclude> <exclude>**/THIRD-PARTY.properties</exclude> + <!-- since sh scripts must begins by the line #!/bin/sh, + can not use the mojo for the mojo --> + <exclude>**/*.sh</exclude> </excludes> </configuration> <phase>process-resources</phase>
participants (1)
-
tchemit@users.nuiton.org