diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-02-16 11:28:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@openecomp.org> | 2017-02-16 11:28:44 +0000 |
commit | b9390a23997860de9e177869d1da7cd271198346 (patch) | |
tree | 3eff63b0d265b0f701ba68a820345f1e475636a7 /jjb | |
parent | 75a16c40e61d0327ec3636da640abf17da6fa04d (diff) | |
parent | aec33b1c3dd56e98c6f55cca564d074c262c7feb (diff) |
Merge "added maven-deploy-properties section"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/policy/policy-common.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/policy/policy-common.yaml b/jjb/policy/policy-common.yaml index ac5d92186..f753df517 100644 --- a/jjb/policy/policy-common.yaml +++ b/jjb/policy/policy-common.yaml @@ -12,5 +12,7 @@ - 'master': branch: 'master' mvn-settings: 'policy-common-settings' + maven-deploy-properties: | + deployAtEnd=true files: '**' archive-artifacts: '' |