Create Java project with Maven archetype node-example-archetype

Creates a new node example

Create a Java Project by archetype node-example-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="io.fabric8.archetypes"   -DarchetypeArtifactId="node-example-archetype"   -DarchetypeVersion="2.2.104"   -DinteractiveMode=false 

Details about maven archetype node-example-archetype

GroupId

GroupId

io.fabric8.archetypes
ArtifactId

ArtifactId

node-example-archetype
Version

Version

2.2.104
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.fabric8.archetypes -DarchetypeArtifactId=node-example-archetype -DarchetypeVersion=2.2.104 -DinteractiveMode=false