A Maven plugin that enforces Java Semantic Versioning
Usage:
<plugin>
<groupId>io.github.efenglu.japicc</groupId>
<artifactId>japicc-plugin</artifactId>
<version>1.0.1</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
<phase>verify</phase>
</execution>
</executions>
</plugin>