MVN

net.sf.uctool : uctool-archetype

Maven & Gradle

Dec 01, 2013

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

mvn archetype:generate -DarchetypeGroupId=net.sf.uctool -DarchetypeArtifactId=uctool-archetype -DarchetypeVersion=2.1.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.uctool : uctool-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of net.sf.uctool : uctool-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
2.1.x
uctool-archetype-2.1.0
2.0.x
uctool-archetype-2.0.0
1.0.x
uctool-archetype-1.0.1

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=net.sf.uctool -DarchetypeArtifactId=uctool-archetype -DarchetypeVersion=2.1.0