Releases: menny/mabel
Releases · menny/mabel
v0.1.1
v0.1.0
- repository and excludes are now at the level of the maven-coordinate definition - allowing you to lock a dependency to be retrieved from a specific server only.
- resolving coordinates and merging/version-conflict-resolution are now different phases, allowing re-use (cache) of previously resolved coordinates.
v0.0.1
Features
- Transitively resolves all dependencies from a given list of Maven dependencies.
- Generates repository-rules for all remote artifacts.
- Generates required Java rule (with transitive dependencies).
- Automatically detects which rule-type to create for a given dependency:
- Allow specifying custom Maven repo URLs.
- Adds
licenses
data tojava_import
rules, if license is declared in the artifact's POM file. - Produces a lock file that describes the dependency graph. This file should be checked into your repo.