diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-15 20:10:16 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-15 20:10:33 -0500 |
commit | aec33b1c3dd56e98c6f55cca564d074c262c7feb (patch) | |
tree | 3052253206e0b4a947f8f4184f74517c602022f1 /jjb | |
parent | 4c1774bb33bc1df10fff4ca5cc734aa24fb6ff52 (diff) |
added maven-deploy-properties section
Change-Id: Iaa4125c7ae45ec40b268b4d331296030a95ce5f0
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
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: '' |