aboutsummaryrefslogtreecommitdiffstats
path: root/standalone
diff options
context:
space:
mode:
Diffstat (limited to 'standalone')
-rw-r--r--standalone/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 5d49a978..ed586bfb 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -40,7 +40,9 @@
<build>
<plugins>
<plugin>
- <artifactId>maven-resources-plugin</artifactId>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>2.4.3</version>
<executions>
<execution>
<id>copy-resources-${linux64id}</id>