An open API service indexing awesome lists of open source software.

https://github.com/seguri/basepom-spotless-errorprone-mvn-archetype


https://github.com/seguri/basepom-spotless-errorprone-mvn-archetype

basepom error-prone maven-archetype spotless

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# basepom-spotless-errorprone-mvn-archetype

A Maven archetype that lets you start with basepom, spotless, errorprone, junit.

## Usage

You might need to clone this project and install it in your local .m2 repository with `mvn clean install`. Then:

```bash
mvn archetype:generate -DarchetypeGroupId=name.seguri.java -DarchetypeArtifactId=basepom-spotless-errorprone-archetype -DarchetypeVersion=1.0.0 -DinteractiveMode=false -DgroupId=com.example -DartifactId=demo -Dversion=1.0-SNAPSHOT
```