-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
After upgrading to newer parent pom as suggested in the troubleshooting section of Hosting Plugins on Jenkins wiki: https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Workingaroundcommonissues
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.11</version>
<relativePath/>
</parent>
Over 30 issues are being reported by FindBugs which fails the build. This should be fixed before any other work continues...
For the time being I disabled FindBugs in pom.xml:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
Any volunteers willing to help fixing those issues?
Metadata
Metadata
Assignees
Labels
No labels