提交 2b5c4b70 编写于 作者: M Matthias Vach

[FIXED JENKINS-19332]

- set findbugs version to 2.5.2 to avoid:
[WARNING] 'reporting.plugins.plugin.version' for
org.codehaus.mojo:findbugs-maven-plugin is missing. ...

- delete maven-pmd-plugin and maven-checkstyle-plugin (commented out
since more than two years)
上级 964d9a09
......@@ -748,25 +748,11 @@ THE SOFTWARE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.2</version>
<configuration>
<threshold>High</threshold>
</configuration>
</plugin>
<!--<plugin>-->
<!--<groupId>org.apache.maven.plugins</groupId>-->
<!--<artifactId>maven-pmd-plugin</artifactId>-->
<!--<version>2.5</version>-->
<!--<configuration>-->
<!--&lt;!&ndash;rulesets>-->
<!--<ruleset>ruleset.xml</ruleset>-->
<!--</rulesets&ndash;&gt;-->
<!--</configuration>-->
<!--</plugin>-->
<!--<plugin>-->
<!--<groupId>org.apache.maven.plugins</groupId>-->
<!--<artifactId>maven-checkstyle-plugin</artifactId>-->
<!--<version>2.6</version>-->
<!--</plugin>-->
</plugins>
</reporting>
</profile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册