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 seejf 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.
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