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
| License |
License |
|---|---|
| GroupId | GroupIdnet.sf.uctool |
| ArtifactId | ArtifactIductool-archetype |
| Version | Version2.1.0 |
| Type | Typemaven-archetype |
| Description |
DescriptionUse Case Tool Maven archetype
Creates a new project ready to be used with Use Case Tool.
|
| Project Organization |
Project Organization |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=net.sf.uctool -DarchetypeArtifactId=uctool-archetype -DarchetypeVersion=2.1.0 -DinteractiveMode=false