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
- Host: GitHub
- URL: https://github.com/seguri/basepom-spotless-errorprone-mvn-archetype
- Owner: seguri
- License: mit
- Created: 2023-11-01T22:57:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T23:43:29.000Z (over 2 years ago)
- Last Synced: 2025-10-02T02:54:54.346Z (8 months ago)
- Topics: basepom, error-prone, maven-archetype, spotless
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```