Skip to content

Verdent/helidon-build-tools

 
 

Repository files navigation

latest version latest version build status follow on Twitter

Helidon Build Tools

Build tools for the Helidon Project.

Helidon Compatibility

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.?.

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

About

Build tools for the Helidon Project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 78.3%
  • JavaScript 10.9%
  • FreeMarker 5.6%
  • Shell 2.5%
  • CSS 1.8%
  • PowerShell 0.6%
  • HTML 0.3%