Apache Shared Component: Maven Artifact Transfer Version 0.9.1 Released
The Apache Maven team is pleased to announce the release of the Apache Shared Component: Apache Maven Artifact Transfer Version 0.9.1
An API to install, deploy and resolving artifacts with Maven3
1<dependency>
2 <groupId>org.apache.maven.shared</groupId>
3 <artifactId>maven-artifact-transfer</artifactId>
4 <version>0.9.1</version>
5</dependency>
Release Notes Apache Shared Componet Maven Artifact Transfer 0.9.1
Bug:
- MSHARED-602 - - NoSuchMethodException using DependencyCollector with Maven 3.0
Improvements:
- MSHARED-635 - - Upgrade to plexus-component-metadata/plexus-component-annotation to 1.7.1
- MSHARED-636 - - Upgrade maven-common-artifact-filters to 3.0.1
- MSHARED-637 - - Remove IOException from ProjectDeployer cause it's not thrown by the code
Enjoy,
-The Maven team
Karl-Heinz Marbaise