Hide Forgot
On IBMJDK build of EAP 6.2.0.ER7 frou source zip fails due to org.apache.maven.enforcer.rule.api.EnforcerRuleException: org.jboss.as:jboss-as-build:pom:7.3.0.Final-redhat-SNAPSHOT org.apache.ws.xmlschema:xmlschema-core:jar:2.0.2.redhat-3:compile has transitive dependencies: org.apache.bcel:bcel:jar:5.2:compile jakarta-regexp:jakarta-regexp:jar:1.4:compile See e.g.: https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP6/view/EAP6-AS-Testsuite/job/eap-60-as-testsuite-RHEL-matrix-IBMJDK6/jdk=ibm16,label_exp=RHEL5%26%26x86/55/consoleText Upstream JIRA: https://issues.jboss.org/browse/WFLY-295 Upstream PR: https://github.com/wildfly/wildfly/pull/4418/
I cherry-picked the upstream commit, and there were conflicts which appear to make the testsuite changes no longer necessary. So it appears only the POM exclusion of apache bcel is needed.
Pavel, can you confirm that the only change required is the POM exclusion?
Yes, only the bcel exclusion is needed.
Fixed in EAP 6.2.0.CR1