aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-examples
diff options
context:
space:
mode:
authorneothemachine <[email protected]>2013-02-11 13:30:22 +0100
committerneothemachine <[email protected]>2013-02-11 13:30:22 +0100
commit92d036b9137115922601578a95b002f776e2b0ac (patch)
tree41853f4e5b0b1a6c9d2f268957b33da216b0d682 /ardor3d-examples
parenta2982c8b6f0ee754a001cd9513e5543b9b8a0021 (diff)
Changed Maven phase of natives extraction from (default) "package" to
"generate-resources" (this makes more sense as you then have a functional project when you run the compile goal manually outside m2e) Note: The automatic extraction of natives in Eclipse (without relying on on the maven natives eclipse plugin) is covered by the lifecycle mappings of the maven natives plugin (which are set to "runOnConfiguration" meaning that natives get extracted on project import and on configuration update)
Diffstat (limited to 'ardor3d-examples')
-rw-r--r--ardor3d-examples/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ardor3d-examples/pom.xml b/ardor3d-examples/pom.xml
index 208face..b9bc80a 100644
--- a/ardor3d-examples/pom.xml
+++ b/ardor3d-examples/pom.xml
@@ -94,6 +94,7 @@
<executions>
<execution>
<id>unpacknatives</id>
+ <phase>generate-resources</phase>
<goals>
<goal>copy</goal>
</goals>