Create Java project with Maven archetype sit-wt-project

archetype for sit-wt

Create a Java Project by archetype sit-wt-project with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.sitoolkit.wt"   -DarchetypeArtifactId="sit-wt-project"   -DarchetypeVersion="0.9"   -DinteractiveMode=false 

Details about maven archetype sit-wt-project

License

License

GroupId

GroupId

org.sitoolkit.wt
ArtifactId

ArtifactId

sit-wt-project
Version

Version

0.9
Type

Type

maven-archetype
Description

Description

sit-wt-archetype
archetype for sit-wt

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.sitoolkit.wt -DarchetypeArtifactId=sit-wt-project -DarchetypeVersion=0.9 -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.