christophd opened a new pull request #23: chore: Add Maven build option URL: https://github.com/apache/camel-website/pull/23 This PR adds a Maven build option to build the website content Using Maven in my opinion provides some benefits: - Combines Antora UI and Hugo website build, where Antora UI theme is automatically built first - Easy to use for users not familiar with Node and yarn - No global installation of Node tooling required - Users having incompatible Node version on their machine do not need to manage multiple Node versions on the host - `mvn clean` removes all build output folders for a clean environment build The Maven build option is additional to the normal build using 'Node' and 'yarn' directly. Both build options can coexist and produce the exact same output.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
