https://github.com/spotbugs/spotbugs-archetype
Maven archetype to generate project for SpotBugs plugin
https://github.com/spotbugs/spotbugs-archetype
archetype findbugs maven maven-archetype spotbugs
Last synced: 5 months ago
JSON representation
Maven archetype to generate project for SpotBugs plugin
- Host: GitHub
- URL: https://github.com/spotbugs/spotbugs-archetype
- Owner: spotbugs
- License: apache-2.0
- Created: 2017-02-25T12:57:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T06:29:15.000Z (over 2 years ago)
- Last Synced: 2024-04-14T04:44:29.634Z (about 2 years ago)
- Topics: archetype, findbugs, maven, maven-archetype, spotbugs
- Language: Java
- Size: 793 KB
- Stars: 12
- Watchers: 7
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Maven Archetype for SpotBugs Plugin project
[](https://maven-badges.herokuapp.com/maven-central/com.github.spotbugs/spotbugs-archetype)
[](http://commitizen.github.io/cz-cli/)
[](https://github.com/semantic-release/semantic-release)
## How to use
```sh
$ mvn archetype:generate \
-DarchetypeArtifactId=spotbugs-archetype \
-DarchetypeGroupId=com.github.spotbugs \
-DarchetypeVersion=0.4.5
```
## License
Copyright 2017-2025 SpotBugs team
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.