@@ -38,7 +38,7 @@
<executions>
<execution>
<id>copy-classpath-files</id>
- <phase>package</phase>
+ <phase>prepare-package</phase>
<goals>
<goal>copy</goal>
</goals>
@@ -108,7 +108,7 @@
</execution>
<id>copy-jars</id>
<goal>copy-dependencies</goal>
@@ -126,7 +126,7 @@
<id>dist</id>
- <phase>prepare-package</phase>
+ <phase>compile</phase>
<goal>exec</goal>