This is an automated email from the ASF dual-hosted git repository. cdutz pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 2e99c357e3f992fd5aacf7d860f95f095837cfb2 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>
