Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.x: Fix build noise #7740

Merged

Conversation

romain-grecourt
Copy link
Contributor

Fix build noise:

The removed execution of maven-jaxb2-plugin are currently failing with:

org.xml.sax.SAXParseException: java.net.MalformedURLException: unknown protocol: maven

Even though the executions are failing, everything is working as expected. It actually turns out that these executions are not needed (confirmed with @ljnelson ).

- Remove usage of `maven-jaxb2-plugin` (not actually needed, and fails with java.net.MalformedURLException: unknown protocol: maven)
- Apply the same fix as helidon-io#7706, add slf4j-api and slf4j-jdk14 (because of handlerbars)
@romain-grecourt romain-grecourt added build 4.x Version 4.x labels Oct 6, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 6, 2023
@romain-grecourt romain-grecourt merged commit 4144a72 into helidon-io:main Oct 6, 2023
@romain-grecourt romain-grecourt deleted the 4.x-build-warnings-cleanup branch October 6, 2023 17:42
dalexandrov pushed a commit to dalexandrov/helidon that referenced this pull request Oct 17, 2023
- Remove usage of `maven-jaxb2-plugin` (not actually needed, and fails with java.net.MalformedURLException: unknown protocol: maven)
- Apply the same fix as helidon-io#7706, add slf4j-api and slf4j-jdk14 (because of handlerbars)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x build OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants