Add FindBugs and PMD reports.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1484126 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
18
pom.xml
18
pom.xml
@@ -491,6 +491,24 @@ under the License.
|
||||
<artifactId>jdepend-maven-plugin</artifactId>
|
||||
<version>2.0-beta-1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>findbugs-maven-plugin</artifactId>
|
||||
<version>2.5.2</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-pmd-plugin</artifactId>
|
||||
<version>3.0.1</version>
|
||||
<configuration>
|
||||
<!-- targetJdk 1.1, 1.2 is not supported -->
|
||||
<targetJdk>1.3</targetJdk>
|
||||
<linkXref>true</linkXref>
|
||||
<rulesets>
|
||||
<ruleset>${basedir}/pmd.xml</ruleset>
|
||||
</rulesets>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user