Skip to content
Commit 8dca6b88 authored by Kohsuke Kawaguchi's avatar Kohsuke Kawaguchi
Browse files

Making it easy to activate the animal-sniffer Java5 check.

I originally attempted to define this in a profile that can be activated
from a child POM, but looking at MNG-3228
<http://jira.codehaus.org/browse/MNG-3228>, it appears that such use of
profiles aren't possible.

So I'm falling back to the <pluginManagement>, which can be activated
via the following fragment in build/plugins/plugin:

<plugin>
  <groupId>org.codehaus.mojo</groupId>
  <artifactId>animal-sniffer-maven-plugin</artifactId>
  <!-- details defined in the parent POM -->
</plugin>
parent 97a51a4f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment