Bug 1069189
| Summary: | Missing maven example pom.xml | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Julian Coleman <jcoleman> | ||||
| Component: | Documentation | Assignee: | Petr Penicka <ppenicka> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Pavel Drozd <pdrozd> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.0.0 | CC: | belong | ||||
| Target Milestone: | DR1 | Keywords: | Documentation | ||||
| Target Release: | 6.1.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-09-28 23:29:44 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: | |||||||
| Bug Depends On: | 1081340 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
Created attachment 866962 [details] Example pom.xml for FSW 6.0.0 The Getting Start Guide has a section on the maven repository, but that section also needs to mention that the repository can only be used correctly if a POM file contains the pointers to the versions in that repository. Suggested text to be added as a new section after the "Setting up the ... Maven Repository ..." sections: Using Maven dependencies from the JBoss Integration Maven Repository In order to use the Maven dependencies for Red Hat JBoss Fuse Service Works, the relevent Bill Of Materials (BOM) and parent POM files must be added to the project POM file. Adding the BOM and parent will ensure that the correct versions of plugins and transitive dependencies are included in the project. An example project containing the correct parent and BOM is: <attached fsw-6.0.0-pom.xml>