Hey all,
I wanted to do some cleanup, do a few fixes, and release a new version of a really old plugin of mine, so I could move the docs from wiki to github.
I thought it would be a good idea to update to latest base pom cause ... its better.
So it was originally targeting 1.455 with java 5 (which i now think should have been 7). Updating it to use 7, I still fail to build due to enforcer errors
[INFO] Restricted to JDK 1.7 yet org.codehaus.mojo:animal-sniffer-annotations:jar:1.18:provided contains org/codehaus/mojo/animal_sniffer/IgnoreJRERequirement.class targeted to JDK 8
[WARNING] Rule 2: org.apache.maven.plugins.enforcer.EnforceBytecodeVersion failed with message:
Found Banned Dependency: org.codehaus.mojo:animal-sniffer-annotations:jar:1.18
[WARNING] Rule 3: org.apache.maven.plugins.enforcer.BannedDependencies failed with message:
Found Banned Dependency: org.sonatype.sisu:sisu-guice:jar:3.1.0
Both of these come from the super early jenkins core. Is there a way to ignore this, or a good recommended core version to use? or can I just bump things?
Gavin