Create Java project with Maven archetype sit-wt-archetype

archetype for sit-wt

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

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

Details about maven archetype sit-wt-archetype

License

License

GroupId

GroupId

org.sitoolkit.wt
ArtifactId

ArtifactId

sit-wt-archetype
Version

Version

2.0.1
Type

Type

maven-archetype
Description

Description

sit-wt-archetype
archetype for sit-wt
Project URL

Project URL

https://github.com/sitoolkit
Source Code Management

Source Code Management

https://github.com/sitoolkit/sit-wt-archetype.git

How to add to project

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