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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
| [ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) apache-logging:commons-logging:jar:1.1.0.jboss
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=apache-logging -DartifactId=commons-log
ging -Dversion=1.1.0.jboss -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=apache-logging -DartifactId=commons-loggi
ng -Dversion=1.1.0.jboss -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Drepo
sitoryId=[id]
Path to dependency:
1) xxx:xxxx:jar:1.0.0
2) apache-logging:commons-logging:jar:1.1.0.jboss
2) opensaml:xmltooling:jar:1.1.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=opensaml -DartifactId=xmltooling -Dvers
ion=1.1.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=opensaml -DartifactId=xmltooling -Dversio
n=1.1.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) xxx:xxxx:jar:1.0.0
2) opensaml:xmltooling:jar:1.1.0
3) opensaml:opensaml:jar:2.1.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=opensaml -DartifactId=opensaml -Dversio
n=2.1.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=opensaml -DartifactId=opensaml -Dversion=
2.1.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) xxx:xxxx:jar:1.0.0
2) opensaml:opensaml:jar:2.1.0
4) org.apache.commons:commons-codec:jar:1.3
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.commons -DartifactId=commons
-codec -Dversion=1.3 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.apache.commons -DartifactId=commons-c
odec -Dversion=1.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Drepository
Id=[id]
Path to dependency:
1) xxxx:xxxx:jar:1.0.0
2) org.apache.commons:commons-codec:jar:1.3
5) opensaml:openws:jar:1.1.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=opensaml -DartifactId=openws -Dversion=
1.1.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=opensaml -DartifactId=openws -Dversion=1.
1.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) xxxx:xxxx:jar:1.0.0
2) opensaml:openws:jar:1.1.0
----------
5 required artifacts are missing.
for artifact:
xxxx:xxxxx:jar:1.0.0
from the specified remote repositories:
jbossrepository (http://repository.jboss.org/maven2),
ibibliorepository (http://mirrors.ibiblio.org/pub/mirrors/maven2),
apacherepository (http://repository.apache.org/snapshots),
central (http://repo1.maven.org/maven2),
sunrepository (http://download.java.net/maven/1)
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 28 seconds
[INFO] Finished at: Fri Jun 03 16:00:02 CEST 2011
[INFO] Final Memory: 12M/30M
[INFO] ------------------------------------------------------------------------ |
Partager