Skip to content

Commit 5138807

Browse files
author
Niall Kegan Pemberton
committed
Add clirr report
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@635227 13f79535-47bb-0310-9956-ffa450edef68
1 parent 40e7a6a commit 5138807

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,15 @@
238238
<artifactId>findbugs-maven-plugin</artifactId>
239239
<version>1.1.1</version>
240240
</plugin>
241+
<plugin>
242+
<groupId>org.codehaus.mojo</groupId>
243+
<artifactId>clirr-maven-plugin</artifactId>
244+
<version>2.1</version>
245+
<configuration>
246+
<comparisonVersion>1.3</comparisonVersion>
247+
<minSeverity>info</minSeverity>
248+
</configuration>
249+
</plugin>
241250
</plugins>
242251
</reporting>
243252

0 commit comments

Comments
 (0)