[
https://issues.jboss.org/browse/SEAM-32?page=com.atlassian.jira.plugin.sy...
]
Richard Kennard commented on SEAM-32:
-------------------------------------
I had a similar build problem when I shipped the examples for Metawidget. It makes for a
poor 'out of the box' experience, and telling people to edit their settings.xml is
pretty ugly. I think Seam 3 could do better. Maybe either:
1. Add a <repository> declaration to each example's pom.xml (I just tried this
and it works)
2. Ship the seam-examples-parent pom.xml in the main Seam 3 distribution. Put it in the
/examples folder, alongside the examples.txt (this is what I ended up doing for
Metawidget)
Have either of these been considered?
Richard.
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 Distribution
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:
http://www.atlassian.com/software/jira