github.com/jfrog/jfrog-cli-go@v1.22.1-0.20200318093948-4826ef344ffd/docs/artifactory/mvn/help.go (about)

     1  package mvn
     2  
     3  const Description = "Run Maven build."
     4  
     5  var Usage = []string{`jfrog rt mvn <goals and options> [command options]`}
     6  
     7  const Arguments string = `	goals and options
     8  		Goals and options to run with mvn command. For example  -f path/to/pom.xml`
     9  
    10  const EnvVar string = `	JFROG_CLI_JCENTER_REMOTE_SERVER
    11  		Configured Artifactory server ID from which to download the jar needed by the mvn command.
    12  		The Artifactory server should include a remote maven repository named jcenter, which proxies jcenter.
    13  
    14  	JFROG_CLI_JCENTER_REMOTE_REPO
    15  		[Default: jcenter]
    16  		Can be optionally used with the JFROG_CLI_JCENTER_REMOTE_SERVER environment variable.
    17  		Determines the name of the remote repository to use.
    18  
    19  	JFROG_CLI_DEPENDENCIES_DIR
    20  		[Default: $JFROG_CLI_HOME_DIR/dependencies]
    21  		Defines the directory to which JFrog CLI's internal dependencies are downloaded.`