| Summary: | Maven repo - Cannot build s-ramp-demos-switchyard quickstart | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Stefan Bunciak <sbunciak> | ||||
| Component: | DT Governance | Assignee: | Kurt T Stam <kurt.stam> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Pechanec <jpechane> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.0.0 GA | CC: | atangrin, avano, kconner, kurt.stam, ldimaggi, ncross, soa-p-jira | ||||
| Target Milestone: | CR1 | ||||||
| Target Release: | 6.0.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-02-06 15:25:26 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: | |||||
| Attachments: |
|
||||||
I added src/main/resources/META-INF, with a beans.xml and a switchyard.xml. Compile and Upload worked fine after that. No longer excluding the META-INF directory when building the distro. *** Bug 1043982 has been marked as a duplicate of this bug. *** This is not a duplicate of 1043982, however this error is not present in FSW 6.0.0.ER8. Verified. The switchyard.xml is not present in the ER8 build so this cannot be fixed. *** Bug 1043982 has been marked as a duplicate of this bug. *** There was a second dist.xml that needed updating, the original fix was incomplete. This will be fixed in the next tag. When I was looking at 1043982 this morning I noticed that the META-INF exclusion (the cause of this bug) was removed from the maven assembly spec file in s-ramp-distro-assembly-demos but *not* from the assembly spec file in s-ramp-distro-assembly. So I have removed the exclusion (it's now gone from both) which hopefully will take care of this problem. Relevant commit: https://github.com/jboss-integration/s-ramp/commit/a27ad5849af9faa68f8dd794a59fc782f820a45b Verified in CR1 |
Created attachment 835853 [details] Build output Description of problem: See the attached output of maven build. Version-Release number of selected component (if applicable): * 6.0.0.ER7 How reproducible: * 100% Steps to Reproduce: 1. Install FSW 2. Try to run s-ramp-demos-switchyard quickstart 3. Actual results: * BUILD FAILURE Expected results: Additional info: