Skip to content

Commit a35c1f6

Browse files
authored
Merge pull request hub4j#1398 from bitwiseman/chore/japicmp
chore: Add JAPICmp to build
2 parents 694b33b + 22dd865 commit a35c1f6

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,26 @@
393393
</dependency>
394394
</dependencies>
395395
</plugin>
396+
<plugin>
397+
<groupId>com.github.siom79.japicmp</groupId>
398+
<artifactId>japicmp-maven-plugin</artifactId>
399+
<version>0.15.7</version>
400+
<configuration>
401+
<parameter>
402+
<breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>
403+
<onlyModified>true</onlyModified>
404+
<includeSynthetic>true</includeSynthetic>
405+
</parameter>
406+
</configuration>
407+
<executions>
408+
<execution>
409+
<phase>verify</phase>
410+
<goals>
411+
<goal>cmp</goal>
412+
</goals>
413+
</execution>
414+
</executions>
415+
</plugin>
396416
</plugins>
397417
</build>
398418

0 commit comments

Comments
 (0)