Create Java project with Maven archetype graniteds-tide-flex-cdi-jpa

Base project with Flex 4.6, CDI and JPA using GraniteDS with Tide API.

Create a Java Project by archetype graniteds-tide-flex-cdi-jpa with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.graniteds.archetypes"   -DarchetypeArtifactId="graniteds-tide-flex-cdi-jpa"   -DarchetypeVersion="2.0.0.M1"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-java
  • ${rootArtifactId}-flex
  • ${rootArtifactId}-webapp

Details about maven archetype graniteds-tide-flex-cdi-jpa

GroupId

GroupId

org.graniteds.archetypes
ArtifactId

ArtifactId

graniteds-tide-flex-cdi-jpa
Version

Version

2.0.0.M1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.graniteds.archetypes -DarchetypeArtifactId=graniteds-tide-flex-cdi-jpa -DarchetypeVersion=2.0.0.M1 -DinteractiveMode=false