[DCAE-1] This release job should not Maven deploy

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>
diff --git a/jjb/dcae/dcae-demo.yaml b/jjb/dcae/dcae-demo.yaml
index bda0481..ff1ce96 100644
--- a/jjb/dcae/dcae-demo.yaml
+++ b/jjb/dcae/dcae-demo.yaml
@@ -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