Quantcast

Dependency problem in trunk?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Dependency problem in trunk?

Erik Ramfelt
Is it just my maven installation or is there a problem with the trunk?
When I run "mvn install" I get the following:

Downloading: http://repo1.maven.org/maven2/org/jvnet/wagon-svn/wagon-svn/1.2/wagon-svn-1.2.pom
Downloading: http://repo1.maven.org/maven2/org/jvnet/wagon-svn/wagon-svn/1.2/wagon-svn-1.2.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.jvnet.wagon-svn:wagon-svn:jar:1.2

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.jvnet.wagon-svn
-DartifactId=wagon-svn \
          -Dversion=1.2 -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
        1) org.jvnet.hudson:hudson:pom:1.0
        2) org.jvnet.wagon-svn:wagon-svn:jar:1.2

----------
1 required artifact is missing.

for artifact:
  org.jvnet.hudson:hudson:pom:1.0

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Dependency problem in trunk?

Kohsuke Kawaguchi
Administrator
My apologies. I just committed a fix.

2007/11/4, Erik Ramfelt <[hidden email]>:

> Is it just my maven installation or is there a problem with the trunk?
> When I run "mvn install" I get the following:
>
> Downloading: http://repo1.maven.org/maven2/org/jvnet/wagon-svn/wagon-svn/1.2/wagon-svn-1.2.pom
> Downloading: http://repo1.maven.org/maven2/org/jvnet/wagon-svn/wagon-svn/1.2/wagon-svn-1.2.jar
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) org.jvnet.wagon-svn:wagon-svn:jar:1.2
>
>   Try downloading the file manually from the project website.
>
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=org.jvnet.wagon-svn
> -DartifactId=wagon-svn \
>           -Dversion=1.2 -Dpackaging=jar -Dfile=/path/to/file
>
>   Path to dependency:
>         1) org.jvnet.hudson:hudson:pom:1.0
>         2) org.jvnet.wagon-svn:wagon-svn:jar:1.2
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
>   org.jvnet.hudson:hudson:pom:1.0
>
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>
>


--
Kohsuke Kawaguchi

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Loading...