Create Java project with Maven archetype uctool-archetype

Creates a new project ready to be used with Use Case Tool.

Create a Java Project by archetype uctool-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.sf.uctool"   -DarchetypeArtifactId="uctool-archetype"   -DarchetypeVersion="1.0.1"   -DinteractiveMode=false 

Details about maven archetype uctool-archetype

GroupId

GroupId

net.sf.uctool
ArtifactId

ArtifactId

uctool-archetype
Version

Version

1.0.1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.sf.uctool -DarchetypeArtifactId=uctool-archetype -DarchetypeVersion=1.0.1 -DinteractiveMode=false