Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 831990

Summary: Errai: Weld integration still depends on weld-build-config
Product: [Retired] JBoss Enterprise WFK Platform 2 Reporter: Karel Piwko <kpiwko>
Component: ErraiAssignee: Pavel SLegr <pslegr>
Status: CLOSED CURRENTRELEASE QA Contact: Karel Piwko <kpiwko>
Severity: low Docs Contact:
Priority: medium    
Version: 2.0.0.ER8CC: cbrock, jfuerth, mnovotny, pslegr
Target Milestone: ---   
Target Release: 2.0.0.GA   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-25 12:24:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Fixed pom.xml file none

Description Karel Piwko 2012-06-14 08:55:25 UTC
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:

Comment 1 Karel Piwko 2012-06-14 08:56:08 UTC
Created attachment 591778 [details]
Fixed pom.xml file

Comment 3 Karel Piwko 2012-09-25 12:24:09 UTC
This was indeed fixed in WFK 2.0.0.GA.