diff options
Diffstat (limited to 'standalone/pom.xml')
-rw-r--r-- | standalone/pom.xml | 4 |
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> |