jfrog-cli icon indicating copy to clipboard operation
jfrog-cli copied to clipboard

jf audit and maven parameters

Open vmiko opened this issue 3 years ago • 2 comments

Is your feature request related to a problem? Please describe. Currently, the jf cli doesn't have the capability to add maven custom parameters during a jf audit --mvn command. This if frustrating because for specific projects like talend project, we often pass parameters for maven commands.

Describe the solution you'd like to see jf audit --mvn has the capability to get additional maven goals.

The mvn.go in the jfrog-cli-core have already a set of goals and parameters ("-B", "compile", "test-compile"). It should be possible to pass an additional array of strings containing the custom parameters.

Describe alternatives you've considered

Additional context

vmiko avatar Oct 11 '22 16:10 vmiko