1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
[INFO] [plexus:descriptor {execution: generate}]
Downloading: http://repository.codehaus.org/jetty/org.mortbay.jetty/5.1.10/org.mortbay.jetty-5.1.10.jar
Downloading: http://toto:8080/archiva/repository/mon-repo//jetty/org.mortbay.jetty/5.1.10/org.mortbay.jetty-5.1.10.jar
Downloading: http://toto:8080/archiva/repository/mon-repo//jetty/org.mortbay.jetty/5.1.10/org.mortbay.jetty-5.1.10.jar
Downloading: http://repository.codehaus.org/jetty/org.mortbay.jetty.plus/5.1.10/org.mortbay.jetty.plus-5.1.10.jar
Downloading: http://toto:8080/archiva/repository/mon-repo//jetty/org.mortbay.jetty.plus/5.1.10/org.mortbay.jetty.plus-5.1.10.jar
Downloading: http://toto:8080/archiva/repository/mon-repo//jetty/org.mortbay.jetty.plus/5.1.10/org.mortbay.jetty.plus-5.1.10.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) jetty:org.mortbay.jetty:jar:5.1.10
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=jetty -DartifactId=org.mortbay.jetty \
-Dversion=5.1.10 -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) org.apache.maven.archiva:archiva-plexus-runtime:jar:1.0-alpha-2
2) org.codehaus.plexus:plexus-appserver-service-jetty:plexus-service:2.0
-alpha-8
3) jetty:org.mortbay.jetty:jar:5.1.10
2) jetty:org.mortbay.jetty.plus:jar:5.1.10
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=jetty -DartifactId=org.mortbay.jetty.pl
us \
-Dversion=5.1.10 -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) org.apache.maven.archiva:archiva-plexus-runtime:jar:1.0-alpha-2
2) org.codehaus.plexus:plexus-appserver-service-jetty:plexus-service:2.0
-alpha-8
3) jetty:org.mortbay.jetty.plus:jar:5.1.10
----------
2 required artifacts are missing.
for artifact:
org.apache.maven.archiva:archiva-plexus-runtime:jar:1.0-alpha-2
from the specified remote repositories:
codehaus.org (http://repository.codehaus.org),
central (http://repo1.maven.org/maven2),
apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
mon-repo (http://toto:8080/archiva/repository/mon-repo/) |
Partager