[
https://issues.jboss.org/browse/SEAM-32?page=com.atlassian.jira.plugin.sy...
]
Shane Bryzak resolved SEAM-32.
------------------------------
Resolution: Done
I've now include the examples parent pom.xml in the distribution.
@Richard, we use MarkDown (the .md extension) because it allows us to introduce formatting
into the file, and it is supported by GitHub (it will actually render correct when you
browse to that project on the GitHub site).
Examples in Seam3 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 Distribution
Issue Type: Bug
Components: Shared Examples
Affects Versions: 3.0.0.CR1, 3.1.0.Beta4
Reporter: Marek Schmidt
Assignee: Shane Bryzak
Fix For: 3.1.0.CR1
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...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira