Adding clirr to api-change profile

This commit is contained in:
Joakim Erdfelt 2013-06-13 16:04:17 -07:00
parent 391b0ee426
commit 762e91efbe
1 changed files with 25 additions and 0 deletions

25
pom.xml
View File

@ -709,5 +709,30 @@
</plugins>
</build>
</profile>
<profile>
<id>api-change</id>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
<version>2.5</version>
<executions>
<execution>
<id>compare-api</id>
<phase>package</phase>
<goals>
<goal>clirr</goal>
</goals>
</execution>
</executions>
<configuration>
<minSeverity>info</minSeverity>
<comparisonVersion>9.0.3.v20130506</comparisonVersion>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>