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

Make maven-archiver compile scope #1024

Merged
merged 1 commit into from
Feb 24, 2024

Conversation

barchetta
Copy link
Member

@barchetta barchetta commented Feb 24, 2024

This fixes a regression introduced by #1020. That PR removed a dependency on the maven-site-plugin. As it turns out, the site plugin was bringing some transitive dependencies we needed at runtime (like maven-archiver and plexus-archiver stuff). So we change maven-archiver to compile scope so it (and plexus archiver) are now present at runtime.

This was discovered when trying to build the Helidon docs and getting exceptions like

Caused by: java.lang.ClassNotFoundException: org.codehaus.plexus.archiver.jar.ManifestException

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 24, 2024
@romain-grecourt romain-grecourt merged commit de33e36 into helidon-io:master Feb 24, 2024
21 checks passed
@romain-grecourt romain-grecourt added this to the 4.0.6 milestone Mar 12, 2024
romain-grecourt pushed a commit to romain-grecourt/helidon-build-tools that referenced this pull request Oct 4, 2024
romain-grecourt added a commit that referenced this pull request Oct 4, 2024
Backport of #1070 to 3.x

Also backport the following to ease the cherry picking:

- Maven Archetype 3.3.0 compatibility #1070
- Pipeline updates #1056
- Inline spotbugs lifecycle #1046
- Helidon Archetype Maven Plugin - Update integration-test mojo #1043
- 4.x: Upgrade github actions to v4 #1037
- 4.x: Add Upload Staged Artifacts step to release workflow #1035
- Upgrade asm to 9.5 and asciidoctorj to 2.5.11 #1029
- Guava upgrade #1027
- Upgrade maven-core and other maven libs to 3.8.8 #1025
- Make maven-archiver compile scope  #1024
- Cleanup and dependency reduction #1023
- Dependency upgrade pass 2 #1022
- Upgrade snakeyaml to 2.0 #1021
- Remove support for site lifecycle and dependency on doxia #1020
- Add dependency check plugin #1019
- Uptake Maven 3.9.x #1004
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants