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