Remove integrationtests profile from mvn call 33/91033/1
authorThanh Ha <zxiiro@gmail.com>
Thu, 9 Jul 2020 01:27:25 +0000 (21:27 -0400)
committerThanh Ha <zxiiro@gmail.com>
Thu, 9 Jul 2020 01:27:25 +0000 (21:27 -0400)
This resolves the warning '[WARNING] The requested profile
"integrationtests" could not be activated because it does not exist.'
This profile was used by some ODL projects long ago but is no longer
the case with current autorelease projects sodium/magnesium/aluminium
so remove this to clear the warning.

Change-Id: I351b44c7c0fd239a2d6d90d0b7f77853bab77eb0
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
jjb/autorelease/autorelease-projects.yaml

index 9721c4dfd92b13785b9c0d9bacf50d2258a19b71..f842d22bfb0df9e8910baed90adedd4ad62f5109 100644 (file)
@@ -28,7 +28,7 @@
     staging-profile-id: 425e43800fea70
     # TODO: **/*.hprof is too large, compress with xz first
     mvn-params: >
-        -Pintegrationtests,repoBuild
+        -PrepoBuild
         -P!karaf
         -Pignore-lispflowmapping-integrationtest
         -Dcheckstyle.skip=true
@@ -70,7 +70,7 @@
     staging-profile-id: 425e43800fea70
     # TODO: **/*.hprof is too large, compress with xz first
     mvn-params: >
-        -Pintegrationtests,repoBuild
+        -PrepoBuild
         -P!karaf
         -Pignore-lispflowmapping-integrationtest
         -Dcheckstyle.skip=true