Pārlūkot izejas kodu

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'
Rob Winch 13 gadi atpakaļ
vecāks
revīzija
bbfb3da9c7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -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>