Create Java project with Maven archetype flexjs-simple-typedef-archetype

Maven archetype for creating FlexJS Maven project for building a simple FlexJS typedef library.

Create a Java Project by archetype flexjs-simple-typedef-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.apache.flex.flexjs.framework"   -DarchetypeArtifactId="flexjs-simple-typedef-archetype"   -DarchetypeVersion="0.8.0"   -DinteractiveMode=false 

Details about maven archetype flexjs-simple-typedef-archetype

License

License

GroupId

GroupId

org.apache.flex.flexjs.framework
ArtifactId

ArtifactId

flexjs-simple-typedef-archetype
Version

Version

0.8.0
Type

Type

maven-archetype
Description

Description

Apache Flex - FlexJS: Framework: Archetypes: Simple FlexJS Typedef Library
Maven archetype for creating FlexJS Maven project for building a simple FlexJS typedef library.
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.flex.flexjs.framework -DarchetypeArtifactId=flexjs-simple-typedef-archetype -DarchetypeVersion=0.8.0 -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.