Create Java project with Maven archetype net.osgiliath.archetype.ui

This is the ui archetype of Osgiliath framework

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

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

Details about maven archetype net.osgiliath.archetype.ui

GroupId

GroupId

net.osgiliath.archetypes
ArtifactId

ArtifactId

net.osgiliath.archetype.ui
Version

Version

0.0.2
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.ui -DarchetypeVersion=0.0.2 -DinteractiveMode=false