]
Shane Bryzak resolved SEAM-32.
------------------------------
Resolution: Done
Released Maven artifacts for examples
Examples in Seam3 CR2 distribution cannot be built, contain
references to non existing POM files
------------------------------------------------------------------------------------------------
Key: SEAM-32
URL:
https://issues.jboss.org/browse/SEAM-32
Project: Seam 3
Issue Type: Bug
Components: Shared Examples
Affects Versions: 3.0.0.CR1
Reporter: Marek Schmidt
Assignee: Shane Bryzak
Fix For: 3.0.0.Final
The examples in seam-3.0.0.CR2/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.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
in seam-3.0.0.CR2/examples/seam-booking/pom.xml
or see any other example in the distribution...
--
This message is automatically generated by JIRA.
For more information on JIRA, see: