Updated to maven-resources-plugin 2.4

This is to fix an error when using the latest m2e plugin that states: 'maven-resources-plugin prior to 2.4 is not supported by m2e'
This commit is contained in:
Rob Winch 2011-12-28 15:19:48 -06:00
parent b1af3d00ee
commit bbfb3da9c7

View File

@ -303,7 +303,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.3</version>
<version>2.4</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>