This project follows SCM API's Contribution Guidelines.
Source code is formatted with mvn spotless:apply
.
The following build environment is required to build this plugin
- Java 11 or Java 17
- Apache Maven 3.9.3 or later
To build the plugin locally:
mvn clean verify
To format the plugin source files:
mvn spotless:apply
To test in a local Jenkins instance
mvn hpi:run