Create Java project with Maven archetype spotbugs-archetype

A Maven archetype for SpotBugs plugin project

Create a Java Project by archetype spotbugs-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.spotbugs"   -DarchetypeArtifactId="spotbugs-archetype"   -DarchetypeVersion="0.2.0"   -DinteractiveMode=false 

Details about maven archetype spotbugs-archetype

GroupId

GroupId

com.github.spotbugs
ArtifactId

ArtifactId

spotbugs-archetype
Version

Version

0.2.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.spotbugs -DarchetypeArtifactId=spotbugs-archetype -DarchetypeVersion=0.2.0 -DinteractiveMode=false