Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 hours 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 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T06:29:15.000Z (11 months ago)
- Last Synced: 2024-04-14T04:44:29.634Z (7 months 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
[![Build Status](https://travis-ci.org/spotbugs/spotbugs-archetype.svg?branch=master)](https://travis-ci.org/spotbugs/spotbugs-archetype)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.spotbugs/spotbugs-archetype/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.spotbugs/spotbugs-archetype)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)## How to use
```sh
$ mvn archetype:generate \
-DarchetypeArtifactId=spotbugs-archetype \
-DarchetypeGroupId=com.github.spotbugs \
-DarchetypeVersion=0.2.6
```## License
Copyright 2017-2022 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 athttp://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.