Bug 813785

Summary: Seam demo pom org.jboss.seam.examples-ee6 has relativePath to a file not in the demo distribution
Product: [Retired] JBoss Enterprise WFK Platform 2 Reporter: Marek Schmidt <maschmid>
Component: SeamAssignee: Marek Novotny <mnovotny>
Status: CLOSED CURRENTRELEASE QA Contact: Marek Schmidt <maschmid>
Severity: medium Docs Contact:
Priority: low    
Version: 2.0.0.ER4CC: kpiwko
Target Milestone: ---   
Target Release: 2.0.0.ER8   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: Seam2.3
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
2.3.0.Beta1-redhat-1
Last Closed: 2012-06-22 07:32: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:

Description Marek Schmidt 2012-04-18 12:37:02 UTC
Description of problem:

Seam demo distribution jboss-wfk-2.0.0.ER4-seam23-demo.zip contains jboss-seam-2.3.0.Beta1-redhat-1/examples/pom.xml which has

    <parent>
        <groupId>org.jboss.seam</groupId>
        <artifactId>jboss-seam-parent</artifactId>
        <version>2.3.0.Beta1-redhat-1</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

there is no ../pom.xml file in the demo zip, so the <relativePath>../pom.xml</relativePath> should not be there, as it is meant to be found from the wfk maven repository.

Comment 1 Marek Novotny 2012-06-09 19:06:31 UTC
I will split Seam examples from jboss-seam-parent and jboss-parent completely.