Add deploy maven-file command to lftools 87/5187/35
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 13 Jun 2017 00:24:27 +0000 (10:24 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 20 Jun 2017 21:37:14 +0000 (07:37 +1000)
commite5c8909c05c920eaeaca702a7879c77a3bc4d28c
tree2f5ffa1ea5457d2cd5ce508647c26170635f7595
parent03c3e9982f4e28ca5c57237b69da20e7f4fcfcb5
Add deploy maven-file command to lftools

The 'deploy maven-file' command uses mvn deploy-file goal
for deploying files to a nexus repository.

Credentials can be provided by settings.xml file in the following way
(order or precedence listed):

    1) User provides the settings file explicitly via -s parameter
    2) User provides the settings file via SETTINGS_FILE envvar
    3) User does not provide the file (default Maven location used)

Jira: releng-160
Change-Id: I0a3af408f70d7d2551a187ec3561b5e609e733d5
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
docs/commands/deploy.rst
lftools/cli/deploy.py
shell/deploy