From c5ef7ff9dfcb733f13ea4c09e650eeff521f3767 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 8 Jul 2020 21:27:25 -0400 Subject: [PATCH] Remove integrationtests profile from mvn call 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 --- jjb/autorelease/autorelease-projects.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/autorelease/autorelease-projects.yaml b/jjb/autorelease/autorelease-projects.yaml index 9721c4dfd..f842d22bf 100644 --- a/jjb/autorelease/autorelease-projects.yaml +++ b/jjb/autorelease/autorelease-projects.yaml @@ -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 -- 2.36.6