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 /ardor3d-examples | |
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 'ardor3d-examples')
-rw-r--r-- | ardor3d-examples/assembly.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ardor3d-examples/assembly.xml b/ardor3d-examples/assembly.xml index f14da15..be12458 100644 --- a/ardor3d-examples/assembly.xml +++ b/ardor3d-examples/assembly.xml @@ -39,8 +39,8 @@ <useProjectArtifact>false</useProjectArtifact> <useStrictFiltering>true</useStrictFiltering> <excludes> - <exclude>*:lwjgl*natives-*</exclude> - <exclude>*:jinput*natives-*</exclude> + <exclude>*:lwjgl*:*:natives-*</exclude> + <exclude>*:jinput*:*:natives-*</exclude> </excludes> <outputDirectory>lib</outputDirectory> </dependencySet> |