You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by cd...@apache.org on 2021/03/21 11:35:33 UTC

[royale-asjs] 08/17: - Moved some of the goals preparing resources for the packaging from "packaging" to "prepare-resources"

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 <ch...@c-ware.de>
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>