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
commit f7b3d36de0fde82899c3e4c07c6654225be8f664 Author: Carlos Rovira <[email protected]> AuthorDate: Sat Feb 27 16:40:37 2021 +0100 add "royale-jewel-library-archetype" to modules --- archetypes/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 5675261..ebe582c 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -39,6 +39,7 @@ <modules> <module>royale-simple-application-archetype</module> <module>royale-jewel-application-archetype</module> + <module>royale-jewel-library-archetype</module> <module>royale-jewel-module-application-archetype</module> <module>royale-simple-application-pure-js-archetype</module> <module>royale-simple-application-pure-swf-archetype</module>
