/helidon-build-tools

Build tools for the Helidon Project

Primary LanguageJavaApache License 2.0Apache-2.0

latest version latest version build status follow on Twitter

Helidon Build Tools

Build tools for the Helidon Project.

Build

You will need Java 9 and Maven 3.5 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