[
https://issues.jboss.org/browse/SEAM-32?page=com.atlassian.jira.plugin.sy...
]
Keith Moore edited comment on SEAM-32 at 4/4/11 3:11 PM:
---------------------------------------------------------
If you are having trouble building the examples, follow the instructions in the link below
to add the JBoss Maven repo to your settings.xml
http://community.jboss.org/wiki/MavenGettingStarted-Users
was (Author: keithdmoore94):
It appears that this is still an issue in 3.0.0 Final.
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.jboss.seam.examples:seam-booking:3.0.0.Final
(/Users/keithmoore/dev/java/projects/seam-3.0.0.Final/examples/seam-booking/pom.xml) has 1
error
[ERROR] Non-resolvable parent POM: Failure to find
org.jboss.seam.examples:seam-examples-parent:pom:3.0.0.Final in
http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be
reattempted until the update interval of central has elapsed or updates are forced and
'parent.relativePath' points at wrong local POM @ line 20, column 13 -> [Help
2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the
following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
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