Install the following before running any project task:
- Java 11 or higher
- Apache Maven 3.6+
- (If installing from GitHub Packages) a GitHub personal access token with
read:packagesscope configured in~/.m2/settings.xml
Required installs: see Prerequisites.
Build command:
mvn -B package --file pom.xmlRequired installs: see Prerequisites.
Test command:
mvn testRequired installs: see Prerequisites.
Lint/format check command:
mvn spotless:check