Create Java project with Maven archetype graniteds-flex-spring-jpa-hibernate

Base project with Flex 4.6, Spring 3 and Hibernate using GraniteDS with RemoteObject API.

Create a Java Project by archetype graniteds-flex-spring-jpa-hibernate with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.graniteds.archetypes"   -DarchetypeArtifactId="graniteds-flex-spring-jpa-hibernate"   -DarchetypeVersion="3.0.2.GA"   -DinteractiveMode=false 

Generated Project modules

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

Details about maven archetype graniteds-flex-spring-jpa-hibernate

GroupId

GroupId

org.graniteds.archetypes
ArtifactId

ArtifactId

graniteds-flex-spring-jpa-hibernate
Version

Version

3.0.2.GA
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-flex-spring-jpa-hibernate -DarchetypeVersion=3.0.2.GA -DinteractiveMode=false