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