You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/09/25 18:33:04 UTC

[royale-asjs] branch develop updated: maven-archetypes: update archetype to use "compile" instead of "install" in some module resource copy tasks

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1bee4a4  maven-archetypes: update archetype to use "compile" instead of "install" in some module resource copy tasks
1bee4a4 is described below

commit 1bee4a45c896a6c8039b75bf7fe772dc87a54410
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Sep 25 20:32:09 2020 +0200

    maven-archetypes: update archetype to use "compile" instead of "install" in some module resource copy tasks
---
 .../src/main/resources/archetype-resources/__module__/pom.xml         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/archetypes/royale-jewel-module-application-archetype/src/main/resources/archetype-resources/__module__/pom.xml b/archetypes/royale-jewel-module-application-archetype/src/main/resources/archetype-resources/__module__/pom.xml
index 9437cbb..3700718 100644
--- a/archetypes/royale-jewel-module-application-archetype/src/main/resources/archetype-resources/__module__/pom.xml
+++ b/archetypes/royale-jewel-module-application-archetype/src/main/resources/archetype-resources/__module__/pom.xml
@@ -97,7 +97,7 @@
           <!-- for js-debug (copy all to js-debug but will need a next step later (check **))-->
           <execution>
             <id>copy-resources-debug</id>
-            <phase>install</phase>
+            <phase>compile</phase>
             <goals>
               <goal>copy-resources</goal>
             </goals>
@@ -121,7 +121,7 @@
         <executions>
           <execution>
             <id>debug-move-files</id>
-            <phase>install</phase>
+            <phase>compile</phase>
             <goals>
               <goal>rename</goal>
             </goals>