This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch feature/distribution-allignment
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to
refs/heads/feature/distribution-allignment by this push:
new 41d561d - Moved some of the goals preparing resources for the
packaging from "packaging" to "prepare-resources"
41d561d is described below
commit 41d561dc484af7b3d732a433f0765e522a4bfd46
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Mar 4 15:02:17 2021 +0100
- Moved some of the goals preparing resources for the packaging from
"packaging" to "prepare-resources"
---
distribution/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 1fca1b0..8ae06a4 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -79,7 +79,7 @@
<executions>
<execution>
<id>copy-compiler-jx</id>
- <phase>package</phase>
+ <phase>process-resources</phase>
<goals>
<goal>copy</goal>
</goals>
@@ -98,7 +98,7 @@
</execution>
<execution>
<id>unpack-compiler-scripts</id>
- <phase>package</phase>
+ <phase>process-resources</phase>
<goals>
<goal>unpack</goal>
</goals>
@@ -117,7 +117,7 @@
</execution>
<execution>
<id>unpack-closure-compiler</id>
- <phase>package</phase>
+ <phase>process-resources</phase>
<goals>
<goal>copy</goal>
</goals>