Skip to content

Commit

Permalink
Bump WildFly/EAP bits to latest - Fix OpenSHiftProvisionerTestBase to…
Browse files Browse the repository at this point in the history
… build only eap7-helloworld-deployment, since buiding the whole project could clash with required Maven 3.6.3, since EAP 7 images use a previous version
  • Loading branch information
fabiobrz committed May 27, 2024
1 parent ab68f69 commit 0e37f7f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,10 @@ public static Eap7LegacyS2iBuildTemplateApplication getEap7LegacyS2iBuildTemplat
envVars = new ArrayList<>();
// Set to allow cloning from Gitlab - any value here do the job
envVars.add(new EnvVarBuilder().withName("GIT_SSL_NO_VERIFY").withValue("").build());
// Let's build just the required deployment
envVars.add(new EnvVarBuilder().withName("MAVEN_ARGS_APPEND")
.withValue("-pl testsuite/deployments/eap7-shared/eap7-helloworld -am")
.build());
}

@Override
Expand Down

0 comments on commit 0e37f7f

Please sign in to comment.