Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 562 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 562 Bytes

japicc-plugin

Build Status

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>