Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 2.14 KB

Changelog.md

File metadata and controls

50 lines (29 loc) · 2.14 KB

Changelog

1.2.8

  • #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

1.2.7

  • #22 Added <type> attribute to DynamicDependency

1.2.6

  • #20 Validate the user provided DynamicDependency configuration and print an error to help the user fix the configuration if it is incorrect.

1.2.6

  • fixed: Errors when downloading dependencies completely skipped the download of plugins.

1.2.4

  • #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.

1.2.3

  • #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

1.2.2

  • #15 added support for classifier to DynamicDependency configuration

1.2.1

  • #10 Fixed regression in 1.2.0: Only transitive dependencies of plugins and dynamicDependencies where downloaded, not the artifact itself.

1.2.0

  • added ability to fail on errors
  • rewrote how dependencies are downloaded. Should fix concurrency issues with broken downloads.

##1.1.0

  • #4 Added downloadJavadoc feature
  • #3 Fixed typos and improve readablility of Readme (thanks vlow)

1.0

  • initial version