- #23 Fixed a bug where only one version of a plugin would be fetched if multiple versions of the same plugin where part of the build
- #22 Added <type> attribute to DynamicDependency
- #20 Validate the user provided DynamicDependency configuration and print an error to help the user fix the configuration if it is incorrect.
- fixed: Errors when downloading dependencies completely skipped the download of plugins.
- #16 fixed attachedArtifacts with different types/extensions than the main artifact not recognized as part of the reactor build.
- #16 fixed: 'IgnoreArtifactDescriptorRepositories' flag was always set to true instead of using maven provided value. This could lead to unresolvable artifacts if a dependency declared an additional repository.
- #14 fixed Dependencies not resolving correctly when depending on a reactor artifact and changing one of the transitive dependencies of that artifact via dependency management
- #15 added support for classifier to DynamicDependency configuration
- #10 Fixed regression in 1.2.0: Only transitive dependencies of plugins and dynamicDependencies where downloaded, not the artifact itself.
- added ability to fail on errors
- rewrote how dependencies are downloaded. Should fix concurrency issues with broken downloads.
##1.1.0
- initial version