Update mvn-goals for telemetry project 58/82158/2
authorAnil Belur <abelur@linuxfoundation.org>
Fri, 17 May 2019 06:14:39 +0000 (16:14 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Fri, 17 May 2019 06:14:39 +0000 (16:14 +1000)
Fix the mvn-goals to deploy the artifacts to
'$WORKSPACE/$JOB-NAME/m2repo', since this is required by
`lftools deploy nexus-stage` CLI for the maven-stage
jobs.

Change-Id: Ibc1cb172a441f0f2cb64b97e54fa217acce1608d
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
jjb/telemetry/telemetry.yaml

index 914fec7d96d2da8a4be353f6def0d19a941f177f..0bca530d46a697603e96941d1f3561612f57fd49 100644 (file)
@@ -20,7 +20,7 @@
       - mvn33:
           mvn-version: 'mvn33'
     mvn-settings: 'telemetry-settings'
-    mvn-goals: 'clean install'
+    mvn-goals: 'clean deploy'
     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
     dependencies: ''
     email-upstream: '[telemetry]'
@@ -50,7 +50,7 @@
       - mvn33:
           mvn-version: 'mvn33'
     mvn-settings: 'telemetry-settings'
-    mvn-goals: 'clean install'
+    mvn-goals: 'clean deploy'
     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
     dependencies: ''
     email-upstream: '[telemetry]'