Create Java project with Maven archetype royale-jewel-application-archetype

Maven archetype for creating Royale Maven project for building a Jewel Royale application for JavaScript output.

Create a Java Project by archetype royale-jewel-application-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DincludeCrux="My-includeCrux"   -DarchetypeGroupId="org.apache.royale.framework"   -DarchetypeArtifactId="royale-jewel-application-archetype"   -DarchetypeVersion="0.9.8"   -DinteractiveMode=false 

Required parameters for generate java project:

includeCrux
validationRegex: none

Details about maven archetype royale-jewel-application-archetype

License

License

GroupId

GroupId

org.apache.royale.framework
ArtifactId

ArtifactId

royale-jewel-application-archetype
Version

Version

0.9.8
Type

Type

maven-archetype
Description

Description

Apache Royale: Framework: Archetypes: Jewel Royale Application
Maven archetype for creating Royale Maven project for building a Jewel Royale application for JavaScript output.
Project Organization

Project Organization

The Apache Software Foundation

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.royale.framework -DarchetypeArtifactId=royale-jewel-application-archetype -DarchetypeVersion=0.9.8 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.