Java library template
Build:
mvn install
Full check (test and formatting):
mvn -Pci
Repair formatting:
mvn -Pfmt
Fast build (skip any check and file generation):
mvn -Pfast
To get this project into your build:
Add the JitPack repository to your build file
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>Add the dependency
<dependency>
<groupId>com.github.enr</groupId>
<artifactId>system-sources</artifactId>
<version>${idealwinner.version}</version>
</dependency>