-
Enhancement
-
Resolution: Done
-
Major
-
1.0.0-alpha-12
-
None
Current state:
loadReposFromPom(String file)
Loads a POM file and activates all repositories present there, moreover it loads all <dependencies> into cache so user can omit version
in artifact specification.
=> should be renamed to loadMetadataFromPom(String file) or split to loadReposFromPom(String file), loadDependencyVersionsFromPom(String file) and aggregator loadMetadataFromPom(String file)
loadDepedenciesFromPom(String file)
Loads a POM file and adds all dependencies present there to the dependency chain. This means once the resolveXYZ() is called dependencies from POM are resolved.
=> should be renamed to includeDependenciesFromPom(String file)
loadDependenciesFromPom(String file, MavenResolutionFilter filter)
Does the same as previous, filter is not used there but during resolveXYZ()
=> should be removed
- is related to
-
SHRINKWRAP-261 Shorthand for including maven artifacts
- Closed
- relates to
-
SHRINKRES-11 MavenDependencyResolver.resolveAs is misleading
- Closed