Create Java project with Maven archetype angularBeans-helloWorld-archetype

a simple hello world app with javaEE7 and angularBeans framework

Create a Java Project by archetype angularBeans-helloWorld-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.bessemHmidi"   -DarchetypeArtifactId="angularBeans-helloWorld-archetype"   -DarchetypeVersion="1.0-RELEASE"   -DinteractiveMode=false 

Details about maven archetype angularBeans-helloWorld-archetype

GroupId

GroupId

com.github.bessemHmidi
ArtifactId

ArtifactId

angularBeans-helloWorld-archetype
Version

Version

1.0-RELEASE
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.bessemHmidi -DarchetypeArtifactId=angularBeans-helloWorld-archetype -DarchetypeVersion=1.0-RELEASE -DinteractiveMode=false