mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-23 04:20:10 +01:00
use prepare-package instead of process-resources for processing dependencies
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user