Apache Maven Shared Component - Maven Repository Builder 1.0 Released
The Maven team is pleased to announce the release of the Maven Repository Builder shared library, version 1.0.
This library is used primarily to assemble Maven repository directory
structures based on the dependencies of a project or set of projects,
and provides the implementation for the
You can use the repository builder library in your own project by adding the following dependency:
1<dependency>
2 <groupId>org.apache.maven.shared</groupId>
3 <artifactId>maven-repository-builder</artifactId>
4 <version>1.0</version>
5</dependency>
Release Notes maven-repository-builder version 1.0
Bug:
- MSHARED-274 - Missing license file
Improvements:
- MSHARED-371 - Increase chance of java8 compliance by updating to plexus-component-* 1.6
- MSHARED-383 - Remove annyoing stacktrace that is logged in a non-exceptional case
Task:
- MSHARED-184 - remove DigestUtils
Enjoy,
-The Maven team