Codebase list animal-sniffer / f6f2ad33-029d-48d1-b0c0-7c356ee99f73/main
f6f2ad33-029d-48d1-b0c0-7c356ee99f73/main

Tree @f6f2ad33-029d-48d1-b0c0-7c356ee99f73/main (Download .tar.gz)

# MojoHaus AnimalSniffer Maven Plugin

This is the [animal-sniffer-maven-plugin](http://www.mojohaus.org/animal-sniffer/animal-sniffer-maven-plugin/).
 
[![Build Status](https://travis-ci.org/mojohaus/animal-sniffer.svg?branch=master)](https://travis-ci.org/mojohaus/animal-sniffer)

## Releasing

* Make sure `gpg-agent` is running.
* Make sure all tests pass `mvn clean verify -Prun-its`
* Execute `mvn -B release:prepare release:perform`

For publishing the site do the following:

```
cd target/checkout
mvn verify site site:stage scm-publish:publish-scm
```