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 8d604c6 maven-archetypes: "royale-jewel-module-application-archetype"
remove htmlTemplate from main pom since is not common config
8d604c6 is described below
commit 8d604c69b0ce30a04f35ee25324577979b895457
Author: Carlos Rovira <[email protected]>
AuthorDate: Sat Sep 19 10:19:45 2020 +0200
maven-archetypes: "royale-jewel-module-application-archetype" remove
htmlTemplate from main pom since is not common config
---
.../src/main/resources/archetype-resources/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git
a/archetypes/royale-jewel-module-application-archetype/src/main/resources/archetype-resources/pom.xml
b/archetypes/royale-jewel-module-application-archetype/src/main/resources/archetype-resources/pom.xml
index e0ed03c..401717b 100644
---
a/archetypes/royale-jewel-module-application-archetype/src/main/resources/archetype-resources/pom.xml
+++
b/archetypes/royale-jewel-module-application-archetype/src/main/resources/archetype-resources/pom.xml
@@ -59,7 +59,6 @@
<mainClass>App.mxml</mainClass>
<targets>JSRoyale</targets>
<debug>false</debug>
-
<htmlTemplate>${dollar}{basedir}/src/main/resources/jewel-example-index-template.html</htmlTemplate>
<additionalCompilerOptions>
-source-map=true;
</additionalCompilerOptions>