jfrog / build-info-go

build-info-go is a Go library and a CLI, which allows generating build-info for a source code project.
https://www.buildinfo.org
Apache License 2.0
61 stars 34 forks source link

Allow overriding of the maven extractor version that is downloaded #168

Open markrekveld opened 1 year ago

markrekveld commented 1 year ago

My attempt of implementing #161

markrekveld commented 1 year ago

If this gets accepted then this line return filepath.Join(dependenciesPath, "maven", build.MavenExtractorDependencyVersion), nil will need to be changed to return filepath.Join(dependenciesPath, "maven", build.MavenExtractorDependencyVersion()), nil in https://github.com/jfrog/jfrog-cli-core/blob/master/utils/mvn/utils.go#L122