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

Marek Schmidt (Updated) (JIRA) jira-events at lists.jboss.org
Fri Nov 4 03:49:45 EDT 2011


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

Marek Schmidt updated SEAM-32:
------------------------------

                   Summary: Examples in Seam3 distribution cannot be built, contain references to non existing POM files  (was: Examples in Seam3 CR2 distribution cannot be built, contain references to non existing POM files)
             Fix Version/s: 3.1.0.CR1
                                (was: 3.0.0.Final)
         Affects Version/s: 3.1.0.Beta4
    Workaround Description: 
add jboss public repository to ~/.m2/settings.xml

http://community.jboss.org/wiki/MavenGettingStarted-Users
               Description: 
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...



  was:
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...



        Steps to Reproduce: 
1. unpack seam-3.1.0.Beta4.zip
2. go to seam-3.1.0.Beta4/examples/seam-booking/
3. mvn package
4. notice the error: "Non-resolvable parent POM: Could not find artifact org.jboss.seam.examples:seam-examples-parent:pom:3.1.0.Beta4 and 'parent.relativePath' points at wrong local POM"

  was:
1. unpack seam-3.0.0.CR2.zip
2. go to seam-3.0.0.CR2/examples/seam-booking/
3. mvn package
4. notice the error: "Non-resolvable parent POM: Could not find artifact org.jboss.seam.examples:seam-examples-parent:pom:3.0.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 6, column 12 -> [Help 2]"


    
> 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

        


More information about the seam-issues mailing list