Skip to content

Use underscore separator for artifact file name

Jonathan Howard requested to merge maven-artifact-fix into dev

Checklist

  • documentation is changed or added in ./docs
  • unit tests updated to test changes

Description

Revert changes from the experimental Maven collector plugin MR that constructs artifact file names with dash separators instead of underscore. It was identified that certain downstream plugins are expecting an underscore to use as a token delimiter.

Closes #297 (closed)

Edited by Jonathan Howard

Merge request reports