You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Paul Taylor (JIRA)" <ji...@apache.org> on 2008/09/18 13:34:53 UTC

[jira] Created: (AMQ-1944) Build cannot find org.apache.geronimo.specs:specs:pom:1.1-SNAPSHOT

Build cannot find org.apache.geronimo.specs:specs:pom:1.1-SNAPSHOT
------------------------------------------------------------------

                 Key: AMQ-1944
                 URL: https://issues.apache.org/activemq/browse/AMQ-1944
             Project: ActiveMQ
          Issue Type: Bug
    Affects Versions: 5.3.0
         Environment: mvn 2.0.9, jdk 1.5.0_14
            Reporter: Paul Taylor
             Fix For: 5.3.0



When building activemq-core getting the following error:

--------------------------------------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: org.apache.geronimo.specs
ArtifactId: specs
Version: 1.1-SNAPSHOT

Reason: Unable to download the artifact from any repository

  org.apache.geronimo.specs:specs:pom:1.1-SNAPSHOT

from the specified remote repositories:
  central-mirror (http://maven-repo/maven-proxy-release/repository),
  snapshot-mirror (http://maven-repo/maven-proxy-apache-snapshot/repository)
--------------------------------------------------------------------------------------------------------


The problem is the pom for the geronimo specs uses a parent with a version of 1.1-SNAPSHOT




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AMQ-1944) Build cannot find org.apache.geronimo.specs:specs:pom:1.1-SNAPSHOT

Posted by "Paul Taylor (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45801#action_45801 ] 

Paul Taylor commented on AMQ-1944:
----------------------------------

Specifically the problem is with the dependency on geronimo-j2ee-managment_1.0_spec version 1.0.  Upgrading this to version 1.1 seems to workaround the problem.  Not sure if this is compatible though.


> Build cannot find org.apache.geronimo.specs:specs:pom:1.1-SNAPSHOT
> ------------------------------------------------------------------
>
>                 Key: AMQ-1944
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1944
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.3.0
>         Environment: mvn 2.0.9, jdk 1.5.0_14
>            Reporter: Paul Taylor
>             Fix For: 5.3.0
>
>
> When building activemq-core getting the following error:
> --------------------------------------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> GroupId: org.apache.geronimo.specs
> ArtifactId: specs
> Version: 1.1-SNAPSHOT
> Reason: Unable to download the artifact from any repository
>   org.apache.geronimo.specs:specs:pom:1.1-SNAPSHOT
> from the specified remote repositories:
>   central-mirror (http://maven-repo/maven-proxy-release/repository),
>   snapshot-mirror (http://maven-repo/maven-proxy-apache-snapshot/repository)
> --------------------------------------------------------------------------------------------------------
> The problem is the pom for the geronimo specs uses a parent with a version of 1.1-SNAPSHOT

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.