[DCAE-1] This release job should not Maven deploy 05/1805/1
authorCarsten Lund <lund@research.att.com>
Wed, 8 Mar 2017 17:05:09 +0000 (17:05 +0000)
committerCarsten Lund <lund@research.att.com>
Wed, 8 Mar 2017 17:05:09 +0000 (17:05 +0000)
Maven job is only pulling in the required artifacts
for the docker build.

Change-Id: Iffc8ad560400276a88eb1d572f8ad0684572dcc6
Signed-off-by: Carsten Lund <lund@research.att.com>
jjb/dcae/dcae-demo.yaml

index bda0481..ff1ce96 100644 (file)
@@ -14,7 +14,7 @@
     mvn-goals-versioning: '--version'
     jobs:
       - '{project-name}-{stream}-daily-release-version2-scm-mvn-script':
-          mvn-goals: 'clean deploy'
+          mvn-goals: 'clean install'
           maven-deploy-properties: |
               deployAtEnd=true
           # yamllint disable rule:line-length