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

Maven Archetype 3.3.0 compatibility #1070

Merged

Conversation

romain-grecourt
Copy link
Contributor

@romain-grecourt romain-grecourt commented Oct 2, 2024

Maven Archetype 3.3.0 compatibility

  • Update maven-archetype dependencies to 3.3.0
  • Use reflection to work with previous versions (< 3.3.0)
  • Remove groovy dependency management
  • Upgrade maven-invoker-plugin and maven-invoker to 3.8.0
  • Replace use of ProjectInstaller (deprecated) with RepositorySystem (aether)
  • Fix owasp configuration
  • Hard-code org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate in cli/tests/functional

See helidon-io/helidon#9305

@romain-grecourt romain-grecourt added this to the 4.0.12 milestone Oct 2, 2024
@romain-grecourt romain-grecourt self-assigned this Oct 2, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 2, 2024
@romain-grecourt romain-grecourt force-pushed the archetype-3.3.0-compat branch 3 times, most recently from 32e5728 to e962983 Compare October 2, 2024 18:55
- Update maven-archetype dependencies to 3.3.0
- Use reflection to work with previous versions (< 3.3.0)
- Remove groovy dependency management
- Upgrade maven-invoker-plugin and maven-invoker to 3.8.0
- Replace use of ProjectInstaller (deprecated) with RepositorySystem (aether)
- Fix owasp configuration
- Hard-code org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate in cli/tests/functional
@romain-grecourt romain-grecourt merged commit 5b67c5a into helidon-io:master Oct 2, 2024
24 checks passed
@romain-grecourt romain-grecourt deleted the archetype-3.3.0-compat branch October 2, 2024 22:56
romain-grecourt added a commit to romain-grecourt/helidon-build-tools that referenced this pull request Oct 4, 2024
- Update maven-archetype dependencies to 3.3.0
- Use reflection to work with previous versions (< 3.3.0)
- Remove groovy dependency management
- Upgrade maven-invoker-plugin and maven-invoker to 3.8.0
- Replace use of ProjectInstaller (deprecated) with RepositorySystem (aether)
- Fix owasp configuration
- Hard-code org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate in cli/tests/functional
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
4.x archetype 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