Skip to content
Compare
Choose a tag to compare
@dangoor dangoor released this 21 May 19:37
b275d12

Improved multi-module support

This release improves multi-module support by reflecting which pom.xml file brings in a particular dependency. Previously, the dependencies were aggregated into the top-level pom.xml file. If a given package is brought in via multiple modules, that package will be reflected in all of the modules that reference it.

Because of this change in behavior, we've removed two configuration options:

  • snapshot-dependency-file-name: no longer applicable since we submit more than one manifest
  • snapshot-include-file-name: this flag determined whether the manifest object included the file path. It should always be available and there's no reason to omit it, so we've removed the flag.