提交 b6d700e5 编写于 作者: K Kohsuke Kawaguchi

integrated 3.0 site plugin to be able to run FindBugs, which is implemented as a reporting plugin

上级 3bbbe2db
......@@ -400,6 +400,11 @@ THE SOFTWARE.
<artifactId>maven-hpi-plugin</artifactId>
<version>1.74</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.0</version>
</plugin>
</plugins>
</pluginManagement>
......@@ -544,22 +549,22 @@ THE SOFTWARE.
<threshold>High</threshold>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.5</version>
<configuration>
<!--rulesets>
<ruleset>ruleset.xml</ruleset>
</rulesets-->
<targetJdk>1.5</targetJdk>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.6</version>
</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;-->
<!--<targetJdk>1.5</targetJdk>-->
<!--</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.
先完成此消息的编辑!
想要评论请 注册