| Summary: | multiApp - app can be build from switchyard/demos/multiApp - but order* children cannot be build separately | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Len DiMaggio <ldimaggi> |
| Component: | Examples | Assignee: | kconner |
| Status: | CLOSED NOTABUG | QA Contact: | Jiri Sedlacek <jsedlace> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 | CC: | atangrin, ldimaggi, oskutka, soa-p-jira |
| Target Milestone: | --- | Flags: | kconner:
needinfo?
(ldimaggi) |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-11-11 18:24:47 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: | |
|
Description
Len DiMaggio
2013-10-21 19:22:50 UTC
The odd thing here is that the pom.xml's look OK:
switchyard/demos/multiApp/order-consumer
<parent>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-quickstart-parent</artifactId>
<version>1.1.0.M3-redhat-2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
switchyard/demos/multiApp
<parent>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-quickstart-parent</artifactId>
<version>1.1.0.M3-redhat-2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Shouldn't the repository be http://maven.repository.redhat.com/techpreview/ip6/6.0.0.Beta/maven-repository/? |