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.3.GA"   -DinteractiveMode=false 

Generated Project modules

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

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

License

License

GroupId

GroupId

org.graniteds.archetypes
ArtifactId

ArtifactId

graniteds-flex-spring-jpa-hibernate
Version

Version

3.0.3.GA
Type

Type

maven-archetype
Description

Description

GraniteDS Flex Spring JPA/Hibernate archetype
Base project with Flex 4.6, Spring 3 and Hibernate using GraniteDS with RemoteObject API.
Project URL

Project URL

http://www.graniteds.org
Source Code Management

Source Code Management

https://github.com/graniteds/graniteds_archetypes

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.3.GA -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.