Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Feb 25, 2017
1 parent 8ec7e23 commit be2ba01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Spotbugs plugin archetype
# Maven Archetype for SpotBugs Plugin project

[![Build Status](https://travis-ci.org/KengoTODA/spotbugs-archetype.svg?branch=master)](https://travis-ci.org/KengoTODA/spotbugs-archetype)
[![Build Status](https://travis-ci.org/spotbugs/spotbugs-archetype.svg?branch=master)](https://travis-ci.org/spotbugs/spotbugs-archetype)

## How to use

```sh
$ mvn archetype:generate \
-DarchetypeArtifactId=archetype \
-DarchetypeArtifactId=spotbugs-archetype \
-DarchetypeGroupId=com.github.spotbugs \
-DarchetypeVersion=0.1.0-SNAPSHOT
```

0 comments on commit be2ba01

Please sign in to comment.