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.3"   -DinteractiveMode=false 

Details about maven archetype spotbugs-archetype

License

License

GroupId

GroupId

com.github.spotbugs
ArtifactId

ArtifactId

spotbugs-archetype
Version

Version

0.2.3
Type

Type

maven-archetype
Description

Description

SpotBugs Maven Archetype
A Maven archetype for SpotBugs plugin project
Project URL

Project URL

https://github.com/spotbugs/spotbugs-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.3 -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.