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"   -Ductool-version="My-uctool-version"   -Ductool-maven-plugin-version="My-uctool-maven-plugin-version"   -DarchetypeGroupId="net.sf.uctool"   -DarchetypeArtifactId="uctool-archetype"   -DarchetypeVersion="2.1.0"   -DinteractiveMode=false 

Required parameters for generate java project:

uctool-version
validationRegex: none
uctool-maven-plugin-version
validationRegex: none

Details about maven archetype uctool-archetype

License

License

GroupId

GroupId

net.sf.uctool
ArtifactId

ArtifactId

uctool-archetype
Version

Version

2.1.0
Type

Type

maven-archetype
Description

Description

Use Case Tool Maven archetype
Creates a new project ready to be used with Use Case Tool.
Project Organization

Project Organization

Lastware, sro.

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.