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.
I will split Seam examples from jboss-seam-parent and jboss-parent completely.