You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Ruediger Gubler (JIRA)" <ji...@codehaus.org> on 2010/02/02 13:38:55 UTC

[jira] Created: (MRELEASE-518) Unresolvable dependency

Unresolvable dependency
-----------------------

                 Key: MRELEASE-518
                 URL: http://jira.codehaus.org/browse/MRELEASE-518
             Project: Maven 2.x Release Plugin
          Issue Type: Bug
          Components: perform
    Affects Versions: 2.0-beta-9
         Environment: Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
Java version: 1.6.0_14
Java home: C:\Programme\Java\jdk1.6.0_14\jre
Default locale: de_DE, platform encoding: Cp1252
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"

            Reporter: Ruediger Gubler


We want to switch from beta-8 to beta-9 of the release plug-in. 
We have the following entry in our pom.xml:

      <plugin>
      	<groupId>org.apache.maven.plugins</groupId>
      	<artifactId>maven-release-plugin</artifactId>
        <version>2.0-beta-9</version>
        <configuration>
          <goals>deploy</goals>
        </configuration>
      </plugin>

Now we get the following error:

      Unable to get resource 'org.apache.maven.scm:maven-scm-providers:pom:1.2' from repository




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

        

[jira] Closed: (MRELEASE-518) Unresolvable dependency

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRELEASE-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MRELEASE-518.
--------------------------------------

    Resolution: Not A Bug
      Assignee: Benjamin Bentmann

The POM you mentioned (as well the other SCM JARs) are in the central repository: http://repo2.maven.org/maven2/org/apache/maven/scm/maven-scm-providers/1.2/. You apparently have an issue with your network setup, try the [maven user list|http://maven.apache.org/mail-lists.html] for help.

> Unresolvable dependency
> -----------------------
>
>                 Key: MRELEASE-518
>                 URL: http://jira.codehaus.org/browse/MRELEASE-518
>             Project: Maven 2.x Release Plugin
>          Issue Type: Bug
>          Components: perform
>    Affects Versions: 2.0-beta-9
>         Environment: Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
> Java version: 1.6.0_14
> Java home: C:\Programme\Java\jdk1.6.0_14\jre
> Default locale: de_DE, platform encoding: Cp1252
> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
>            Reporter: Ruediger Gubler
>            Assignee: Benjamin Bentmann
>
> We want to switch from beta-8 to beta-9 of the release plug-in. 
> We have the following entry in our pom.xml:
>       <plugin>
>       	<groupId>org.apache.maven.plugins</groupId>
>       	<artifactId>maven-release-plugin</artifactId>
>         <version>2.0-beta-9</version>
>         <configuration>
>           <goals>deploy</goals>
>         </configuration>
>       </plugin>
> Now we get the following error:
>       Unable to get resource 'org.apache.maven.scm:maven-scm-providers:pom:1.2' from repository

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