aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorneothemachine <[email protected]>2013-02-17 19:11:50 +0100
committerneothemachine <[email protected]>2013-02-17 19:11:50 +0100
commitedbc5c757c66d56eb2cffffa4076f0f2bfd6e748 (patch)
treec3d18ad4d038721c3a4149d769c2eb700dc13528 /pom.xml
parent6efbc7c052050f26a477ff1cfe1597b71b138e06 (diff)
Fixed assembly artifact exclusion bug
see http://jira.codehaus.org/browse/MASSEMBLY-644 Updated ardor3d-examples to use 2.4 of maven-assembly-plugin
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index db95f0e..8b4b013 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,6 +68,10 @@
</configuration>
</plugin>
<plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.4</version>
+ </plugin>
+ <plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.4</version>
</plugin>