Build tools for the Helidon Project.
The Helidon Build Tools version is aligned with the Helidon major.minor
version.
I.e Helidon Built Tools version X.Y.?
is compatible with Helidon version
X.Y.?
.
You will need Java 17 and Maven 3.8.2 or newer.
Full build
$ mvn install
Checkstyle
# Cd to the component you want to check
$ mvn validate -Pcheckstyle
Copyright
# Cd to the component you want to check
$ mvn validate -Pcopyright
Spotbugs
# Cd to the component you want to check
$ mvn verify -Pspotbugs