[seam-issues] [JBoss JIRA] Commented: (SEAM-10) Wrong artifact id for jboss-javaee-6.0

Sakari Isoniemi (JIRA) jira-events at lists.jboss.org
Tue Jun 8 02:59:37 EDT 2010


    [ https://jira.jboss.org/browse/SEAM-10?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12534373#action_12534373 ] 

Sakari Isoniemi commented on SEAM-10:
-------------------------------------


 I downloaded /trunk, /dist and /build from anonymous site.   Also refreshed all maven repositry with Maven 3 ( beta).

 Added repository definition to /dist/trunk/pom.xml as 

     <repository> <!-- This repository added 2010.06.08 -->
      	<id>org.jboss.spec/jboss-javaee-6.0</id>
      	<url>https://repository.jboss.org/nexus/content/groups/public/org/jboss/spec/jboss-javaee-6.0</url>
      </repository>   

 mvn install in directory  /dist/trunk   still fails to    ( I'M NOT A MAVEN EXPERT)

[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   The project org.jboss.seam:seam-bom:3.0.0-SNAPSHOT (C:\Programs\Seam\V3\20100604_2\dist\trunk\pom.xml) has 1 e
rror
[ERROR]     Non-resolvable import POM org.jboss.spec:jboss-javaee-6.0:1.0.0.Beta4: Failed to resolve POM for org.jboss.s
pec:jboss-javaee-6.0:1.0.0.Beta4 due to Missing:
----------
1) org.jboss.spec:jboss-javaee-6.0:pom:1.0.0.Beta4
----------
1 required artifact is missing.

for artifact:
  org.jboss.spec:jboss-javaee-6.0:pom:1.0.0.Beta4

from the specified remote repositories:
  oss.sonatype.org/jboss-snapshots (http://oss.sonatype.org/content/repositories/jboss-snapshots/, releases=false, snaps
hots=true),
  org.jboss.spec/jboss-javaee-6.0 (https://repository.jboss.org/nexus/content/groups/public/org/jboss/spec/jboss-javaee-
6.0, releases=true, snapshots=true),
  central (http://repo1.maven.org/maven2, releases=true, snapshots=false)


> Wrong artifact id for jboss-javaee-6.0
> --------------------------------------
>
>                 Key: SEAM-10
>                 URL: https://jira.jboss.org/browse/SEAM-10
>             Project: Seam 3
>          Issue Type: Bug
>          Components: Build Infrastructure
>            Reporter: Adam Warski
>            Assignee: Pete Muir
>
> In seam-bom-3.0.0-SNAPSHOT.pom there's a dependency on org.jboss.spec:jboss-javaee-6.0:1.0.0.Beta4. The group id should be jboss-javaee-6.0 (https://repository.jboss.org/nexus/content/groups/public/org/jboss/spec/jboss-javaee-6.0/)
> This prevents projects dependent on seam3 module snapshots to build.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list