Apache Shared Component: Maven Artifact Transfer Version 0.13.1 Released

The Apache Maven team is pleased to announce the release of the Apache Shared Component: Apache Maven Artifact Transfer Version 0.13.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.13.1</version>
5</dependency>

Release Notes Apache Shared Componet Maven Artifact Transfer 0.13.1

  • Bugs:

    • MSHARED-863 - Possible NPEx in Maven30DependencyResolver.resolveDependencies
    • MSHARED-874 - NPE with maven-dependency-plugin
    • MSHARED-913 - Missing component annotations for maven3 and maven31 dependency collectors
    • MSHARED-920 - NPE in DefaultArtifactInstaller.install - missing injection of RepositoryManager
  • New Feature:

    • MSHARED-843 - Provide artifacts in CollectorResult when collectDependencies
  • Improvements:

  • Tasks:

  • Dependency upgrades:

Enjoy,

-The Maven team

Karl-Heinz Marbaise