Skip to content

Experimental maven collector

Jonathan Howard requested to merge 294-maven-collector-experimental into dev

Checklist

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

Description

  • Add -x/--experimental flag to hopctl bundle
  • With this flag, the maven collector plugin issues a warning that an experimental collector is being used and is implicitly replaced with a new plugin class. The new plugin class constructs a download URL for the artifact from its PURL data and attempts to download it directly rather than rely on the mvn CLI tool

Closes #294 (closed)

Edited by Jonathan Howard

Merge request reports