The Apache Maven team is pleased to announce the release of the Apache Maven Artifact Transfer, version 0.12.0
The Maven Artifact Transfer Component is intended as an API to install, deploy and resolving artifacts in Maven 3. https://maven.apache.org/shared/maven-artifact-transfer/ You should specify the version in your project's plugin configuration: <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-artifact-transfer</artifactId> <version>0.12.0</version> </dependency> You can download the appropriate sources etc. from the download page: https://maven.apache.org/shared/maven-artifact-transfer/download.cgi Release Notes - Maven Shared Components - Version maven-artifact-transfer-0.12.0 ** Bug * [MSHARED-818] - Issue management URL in maven-artifact-transfer returns 404 ** Improvement * [MSHARED-811] - Improve handling of Metadata * [MSHARED-817] - Change eclipse aether dependency scope to provided Enjoy, -The Apache Maven team