Create Java project with Maven archetype net.osgiliath.archetype.routes.blueprint

Must be behind an Osgiliath parent archetype, routing support between modules

Create a Java Project by archetype net.osgiliath.archetype.routes.blueprint with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.osgiliath.archetypes"   -DarchetypeArtifactId="net.osgiliath.archetype.routes.blueprint"   -DarchetypeVersion="0.2.1"   -DinteractiveMode=false 

Details about maven archetype net.osgiliath.archetype.routes.blueprint

GroupId

GroupId

net.osgiliath.archetypes
ArtifactId

ArtifactId

net.osgiliath.archetype.routes.blueprint
Version

Version

0.2.1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.osgiliath.archetypes -DarchetypeArtifactId=net.osgiliath.archetype.routes.blueprint -DarchetypeVersion=0.2.1 -DinteractiveMode=false