Skip to content

Commit 65b8525

Browse files
committed
Added the clirr report
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/branches/cli-1.x@680722 13f79535-47bb-0310-9956-ffa450edef68
1 parent 921d65a commit 65b8525

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@
168168
<artifactId>maven-ant-plugin</artifactId>
169169
<version>2.1.1-SNAPSHOT</version>
170170
</plugin>
171-
172171
</plugins>
173172
</build>
174173

@@ -209,6 +208,14 @@
209208
<artifactId>cobertura-maven-plugin</artifactId>
210209
<version>2.2</version>
211210
</plugin>
211+
<plugin>
212+
<groupId>org.codehaus.mojo</groupId>
213+
<artifactId>clirr-maven-plugin</artifactId>
214+
<version>2.2.1</version>
215+
<configuration>
216+
<comparisonVersion>1.1</comparisonVersion>
217+
</configuration>
218+
</plugin>
212219
</plugins>
213220
</reporting>
214221
</project>

0 commit comments

Comments
 (0)