Skip to content

Commit

Permalink
Add missed opts used by versioning.GetArtifact (#5272)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Nikiforov <[email protected]>
  • Loading branch information
niki4 and Ivan Nikiforov authored Feb 17, 2025
1 parent f376166 commit 7e31b4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/mavenBuild.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ func createBuildArtifactsMetadata(config *mavenBuildOptions, commonPipelineEnvir
buildCoordinates := []versioning.Coordinates{}
options := versioning.Options{
ProjectSettingsFile: config.ProjectSettingsFile,
GlobalSettingsFile: config.GlobalSettingsFile,
M2Path: config.M2Path,
}
var utils versioning.Utils

Expand Down

0 comments on commit 7e31b4d

Please sign in to comment.