Setup Maven with CodeArtifact
Version updated for https://github.com/agilecustoms/setup-maven-codeartifact to version v2.1.2.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the setup of Maven to interact with AWS CodeArtifact by configuring Java and Maven, authenticating with AWS, generating a CodeArtifact token and URL, and creating a settings.xml file. It streamlines tasks in build workflows (pulling dependencies) and release workflows (publishing artifacts) by managing AWS credentials and repository configurations, reducing manual setup effort and ensuring secure interactions with AWS CodeArtifact. Key capabilities include seamless Maven integration with AWS CodeArtifact and support for both build and release scenarios.
Release notes
2.1.2 (2026-01-20)
Miscellaneous
- use new actions/checkout@v6 (505aa43)