Setup Maven with CodeArtifact
Version updated for https://github.com/agilecustoms/setup-maven-codeartifact to version v2.1.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action streamlines Maven-based workflows by enabling seamless integration with AWS CodeArtifact for dependency management and artifact publishing. It automates the setup of Java and Maven, AWS authorization, CodeArtifact token generation, and configuration of Maven settings, eliminating the need for manual configuration. By automating these tasks, it simplifies build and release processes, enhancing efficiency and reducing errors in managing dependencies and publishing artifacts.
Release notes
2.1.0 (2025-12-22)
Features
- ability to setup java outside (407a452)