Setup Maven with CodeArtifact
Version updated for https://github.com/agilecustoms/setup-maven-codeartifact to version v2.1.1.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action simplifies Maven workflows by automating the configuration of AWS CodeArtifact integration. It handles Java and Maven setup, authenticates with AWS, generates CodeArtifact tokens, and updates Maven settings to enable seamless dependency pulling and artifact publishing. This action reduces manual setup effort, ensuring secure and efficient workflows for build and release tasks involving AWS CodeArtifact.
Release notes
2.1.1 (2025-12-30)
Miscellaneous
- remove ‘mvn -v’ (7ed448a)