Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 614 Bytes

File metadata and controls

39 lines (24 loc) · 614 Bytes

AGENTS.md

Prerequisites

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:packages scope configured in ~/.m2/settings.xml

Build

Required installs: see Prerequisites.

Build command:

mvn -B package --file pom.xml

Test

Required installs: see Prerequisites.

Test command:

mvn test

Lint

Required installs: see Prerequisites.

Lint/format check command:

mvn spotless:check