Description of problem: There are still dependencies on weld-build-config, which is a checkstyle configuration and it is not distributed in EAP/WFK Maven repositories. These are triggered in integration test profile only, thus marking as low. It would simply make QE live easier. Version-Release number of selected component (if applicable): errai-cdi/weld-integration/pom.xml How reproducible: Always. Steps to Reproduce: 1. /opt/apache-maven-3.0.3/bin/mvn -s /home/kpiwko/devel/wfk/wfk-qa/build/configuration/target/settings.xml -Pintegration-test -Dorg.jboss.errai.bus.do_long_poll=false -Dmaven.test.failure.ignore=true -Dpersistence.test.skip=true -Dgwt.extraJvmArgs=-server clean verify Actual results: Missing weld-build-config artifact. Expected results: Passes. Additional info:
Created attachment 591778 [details] Fixed pom.xml file
This was indeed fixed in WFK 2.0.0.GA.