diff options
author | neothemachine <[email protected]> | 2013-02-17 19:11:50 +0100 |
---|---|---|
committer | neothemachine <[email protected]> | 2013-02-17 19:11:50 +0100 |
commit | edbc5c757c66d56eb2cffffa4076f0f2bfd6e748 (patch) | |
tree | c3d18ad4d038721c3a4149d769c2eb700dc13528 /pom.xml | |
parent | 6efbc7c052050f26a477ff1cfe1597b71b138e06 (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.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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>
|