[seam-issues] [JBoss JIRA] Reopened: (SEAM-32) Examples in Seam3 CR2 distribution cannot be built, contain references to non existing POM files

Marek Schmidt (JIRA) jira-events at lists.jboss.org
Fri Jun 24 06:37:24 EDT 2011


     [ https://issues.jboss.org/browse/SEAM-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Schmidt reopened SEAM-32:
-------------------------------



As noted in the comments and other users' confusion on #seam, this issue cannot be considered as "fixed"

The root of the problem is that user downloading the Seam3 .zip distribution is required to add the jboss repository to his/her settings.xml, but this fact is not noted in any documentation in the .zip file.

Therefore, one of these two things are necessary:

1. Modify the POM files, adding the example parent pom to the distribution and enabling the jboss public repo there.

2. or; add a note to the docs distributed in the .zip file that enabling the jboss repository is required to make the examples work.

> 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

        


More information about the seam-issues mailing list