简体   繁体   中英

Configuring Maven when using JFrog CLI

WHen trying to run a build of a maven application using jfrog cli, one of the prerequisite steps is to run

jf mvn-config

When we run it manually on a server, it has an interactive step to configure the resolution for release dependencies (tab and select)

I am wondering is there a way to feed in the config parameters as cli arguments to jf mvn-config so that we can set the properties programmatically for the repoository?

Thanks for the help

I believe this comment from the JFrog CLI Github page and the --global attribute option described here would be an useful information. It is important to note that the configuration set up using jf mvn-config may override the global settings.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM