Skip to content

Commit 6e11746

Browse files
author
Niall Kegan Pemberton
committed
Add checkstyle, findbugs and cobertura reports
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@639979 13f79535-47bb-0310-9956-ffa450edef68
1 parent d786844 commit 6e11746

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

pom.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,29 @@
198198
</reportSet>
199199
</reportSets>
200200
</plugin>
201+
<plugin>
202+
<groupId>org.apache.maven.plugins</groupId>
203+
<artifactId>maven-checkstyle-plugin</artifactId>
204+
<version>2.1</version>
205+
<configuration>
206+
<configLocation>checkstyle.xml</configLocation>
207+
<enableRulesSummary>false</enableRulesSummary>
208+
</configuration>
209+
</plugin>
210+
<plugin>
211+
<groupId>org.codehaus.mojo</groupId>
212+
<artifactId>findbugs-maven-plugin</artifactId>
213+
<version>1.1.1</version>
214+
<configuration>
215+
<threshold>Normal</threshold>
216+
<effort>Default</effort>
217+
</configuration>
218+
</plugin>
219+
<plugin>
220+
<groupId>org.codehaus.mojo</groupId>
221+
<artifactId>cobertura-maven-plugin</artifactId>
222+
<version>2.2</version>
223+
</plugin>
201224
</plugins>
202225
</reporting>
203226

0 commit comments

Comments
 (0)