Bug 1050004
| Summary: | Installer created settings.xml refers to Beta maven repository | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Julian Coleman <jcoleman> |
| Component: | Installer | Assignee: | Thomas Hauser <thauser> |
| Status: | CLOSED DUPLICATE | QA Contact: | Len DiMaggio <ldimaggi> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 | CC: | atangrin, 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-01-08 19:17:14 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: | |||
*** This bug has been marked as a duplicate of bug 1044229 *** |
The created settings.xml references the IP Beta repository: <repository> <id>jboss-ip-repository</id> <name/> <url>http://maven.repository.redhat.com/techpreview/ip6/6.0.0.Beta/maven-repository/</url> as well as the repository that contains artifacts for GA releases: <repository> <id>jboss-ip-repository</id> <name/> <url>http://maven.repository.redhat.com/techpreview/ip6/6.0.0.Beta/maven-repository/</url> For the GA releases of FSW (and DV, BPMS/BRMS), only the latter needs to be present in the settings.xml, as all the product maven artifacts will be added to this repository (techpreview in the repository path refers to the maven repository status, and not to the product status).