Thanks for contributing to anything-goes-formatter-plugin.
- Java 21+ (Jenkins recommended)
- Apache Maven 3.9+
Run a full verification build:
mvn -ntp verifyRun the plugin in a local Jenkins instance:
mvn -ntp hpi:runBefore pushing changes, run:
mvn -ntp spotless:applyAll pull requests must include formatting changes if Spotless reports differences.
- Use a clear, imperative PR title.
- Add testing notes in the PR description.
- Link related GitHub issue(s) when applicable.
- Keep PRs focused and small when possible.
Please report vulnerabilities privately through Jenkins security channels instead of opening a public issue.