Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 3.0.0.CR1, 3.1.0.Beta4
-
Fix Version/s: 3.1.0.CR1
-
Component/s: Shared Examples
-
Labels:None
-
Steps to Reproduce:
-
Workaround Description:
Description
The examples in seam-3.1.0.Beta4/examples, including the seam-booking example, cannot be built, as they reference parent POMs that are not in the distribution, .e.g
<parent>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>seam-examples-parent</artifactId>
<version>3.1.0.Beta4</version>
<relativePath>../pom.xml</relativePath>
</parent>
in seam-3.1.0.Beta4/examples/seam-booking/pom.xml
or see any other example in the distribution...
Released Maven artifacts for examples