use prepare-package instead of process-resources for processing dependencies

This commit is contained in:
Sebastian Sdorra
2020-04-21 09:18:59 +02:00
parent 02f104a5ca
commit 8c136ab6fa

View File

@@ -61,7 +61,7 @@
<executions>
<execution>
<id>copy-server</id>
<phase>process-resources</phase>
<phase>prepare-package</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
@@ -75,7 +75,7 @@
</execution>
<execution>
<id>copy-jsvc</id>
<phase>process-resources</phase>
<phase>prepare-package</phase>
<goals>
<goal>unpack</goal>
</goals>
@@ -99,7 +99,7 @@
</execution>
<execution>
<id>copy-webapp</id>
<phase>process-resources</phase>
<phase>prepare-package</phase>
<goals>
<goal>copy</goal>
</goals>