From 6a19a8fb7ef7be73e9bd822cd07a34ebd0988a22 Mon Sep 17 00:00:00 2001 From: Alex Szczuczko Date: Wed, 16 May 2018 16:53:39 -0600 Subject: [PATCH] KEYCLOAK-7362 Disable mvn-golang-wrapper in the product build com.igormaznitsa:mvn-golang-wrapper is a new plugin used by the testsuite. It depends on arbitrary internet resources, including github and storage.googleapis.com. This isn't permissible in a product build, and so PNC blocks it. As a short-term solution, I've added a product profile the sets the skip parameter to true for this plugin. Other approaches, like changing the phase of the get goals, didn't work. --- .../integration-arquillian/tests/base/pom.xml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/testsuite/integration-arquillian/tests/base/pom.xml b/testsuite/integration-arquillian/tests/base/pom.xml index 1e106822a6..9158c28a78 100644 --- a/testsuite/integration-arquillian/tests/base/pom.xml +++ b/testsuite/integration-arquillian/tests/base/pom.xml @@ -276,6 +276,26 @@ + + product + + + product + + + + + + com.igormaznitsa + mvn-golang-wrapper + + true + + + + + + auth-servers-crossdc-undertow