Advertisement
Guest User

Untitled

a guest
Aug 15th, 2011
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.86 KB | None | 0 0
  1. Downloading: ring/ring‑core/0.3.11/ring‑core-0.3.11.pom from central
  2. Downloading: ring/ring‑core/0.3.11/ring‑core-0.3.11.pom from clojars
  3. Downloading: ring/ring‑core/0.3.11/ring‑core-0.3.11.pom from central
  4. [WARNING] POM for 'ring:ring‑core:pom:0.3.11:compile' is invalid. It will be ignored for artifact resolution. Reason: Failed to validate POM for project ring:ring‑core at Artifact [ring:ring‑core:pom:0.3.11:compile]
  5. Downloading: ring/ring‑core/0.3.11/ring‑core-0.3.11.pom from central
  6. Downloading: ring/ring‑core/0.3.11/ring‑core-0.3.11.pom from clojars
  7. Downloading: ring/ring‑core/0.3.11/ring‑core-0.3.11.pom from central
  8. [WARNING] POM for 'ring:ring‑core:pom:0.3.11:compile' is invalid. It will be ignored for artifact resolution. Reason: Failed to validate POM for project ring:ring‑core at Artifact [ring:ring‑core:pom:0.3.11:compile]
  9. Downloading: ring/ring‑core/0.3.11/ring‑core-0.3.11.jar from central
  10. Downloading: ring/ring‑core/0.3.11/ring‑core-0.3.11.jar from clojars
  11. Downloading: ring/ring‑core/0.3.11/ring‑core-0.3.11.jar from central
  12. An error has occurred while processing the Maven artifact tasks.
  13. Diagnosis:
  14.  
  15. Unable to resolve artifact: Missing:
  16. ----------
  17. 1) ring:ring‑core:jar:0.3.11
  18.  
  19. Try downloading the file manually from the project website.
  20.  
  21. Then, install it using the command:
  22. mvn install:install-file -DgroupId=ring -DartifactId=ring‑core -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file
  23.  
  24. Alternatively, if you host your own repository you can deploy the file there:
  25. mvn deploy:deploy-file -DgroupId=ring -DartifactId=ring‑core -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
  26.  
  27. Path to dependency:
  28. 1) org.apache.maven:super-pom:jar:2.0
  29. 2) ring:ring‑core:jar:0.3.11
  30.  
  31. ----------
  32. 1 required artifact is missing.
  33.  
  34. for artifact:
  35. org.apache.maven:super-pom:jar:2.0
  36.  
  37. from the specified remote repositories:
  38. clojars (http://clojars.org/repo/),
  39. central (http://repo1.maven.org/maven2)
  40.  
  41.  
  42.  
  43. Exception in thread "main" Unable to resolve artifact: Missing:
  44. ----------
  45. 1) ring:ring‑core:jar:0.3.11
  46.  
  47. Try downloading the file manually from the project website.
  48.  
  49. Then, install it using the command:
  50. mvn install:install-file -DgroupId=ring -DartifactId=ring‑core -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file
  51.  
  52. Alternatively, if you host your own repository you can deploy the file there:
  53. mvn deploy:deploy-file -DgroupId=ring -DartifactId=ring‑core -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
  54.  
  55. Path to dependency:
  56. 1) org.apache.maven:super-pom:jar:2.0
  57. 2) ring:ring‑core:jar:0.3.11
  58.  
  59. ----------
  60. 1 required artifact is missing.
  61.  
  62. for artifact:
  63. org.apache.maven:super-pom:jar:2.0
  64.  
  65. from the specified remote repositories:
  66. clojars (http://clojars.org/repo/),
  67. central (http://repo1.maven.org/maven2)
  68.  
  69. (NO_SOURCE_FILE:0)
  70. at clojure.lang.Compiler.eval(Compiler.java:5440)
  71. at clojure.lang.Compiler.eval(Compiler.java:5391)
  72. at clojure.core$eval.invoke(core.clj:2382)
  73. at clojure.main$eval_opt.invoke(main.clj:235)
  74. at clojure.main$initialize.invoke(main.clj:254)
  75. at clojure.main$script_opt.invoke(main.clj:270)
  76. at clojure.main$main.doInvoke(main.clj:354)
  77. at clojure.lang.RestFn.invoke(RestFn.java:458)
  78. at clojure.lang.Var.invoke(Var.java:377)
  79. at clojure.lang.AFn.applyToHelper(AFn.java:174)
  80. at clojure.lang.Var.applyTo(Var.java:482)
  81. at clojure.main.main(main.java:37)
  82. Caused by: Unable to resolve artifact: Missing:
  83. ----------
  84. 1) ring:ring‑core:jar:0.3.11
  85.  
  86. Try downloading the file manually from the project website.
  87.  
  88. Then, install it using the command:
  89. mvn install:install-file -DgroupId=ring -DartifactId=ring‑core -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file
  90.  
  91. Alternatively, if you host your own repository you can deploy the file there:
  92. mvn deploy:deploy-file -DgroupId=ring -DartifactId=ring‑core -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
  93.  
  94. Path to dependency:
  95. 1) org.apache.maven:super-pom:jar:2.0
  96. 2) ring:ring‑core:jar:0.3.11
  97.  
  98. ----------
  99. 1 required artifact is missing.
  100.  
  101. for artifact:
  102. org.apache.maven:super-pom:jar:2.0
  103.  
  104. from the specified remote repositories:
  105. clojars (http://clojars.org/repo/),
  106. central (http://repo1.maven.org/maven2)
  107.  
  108.  
  109. at org.apache.maven.artifact.ant.DependenciesTask.doExecute(DependenciesTask.java:175)
  110. at org.apache.maven.artifact.ant.AbstractArtifactTask.execute(AbstractArtifactTask.java:678)
  111. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  112. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  113. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  114. at java.lang.reflect.Method.invoke(Method.java:616)
  115. at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:90)
  116. at clojure.lang.Reflector.invokeNoArgInstanceMember(Reflector.java:265)
  117. at leiningen.deps$do_deps.invoke(deps.clj:131)
  118. at leiningen.deps$deps.doInvoke(deps.clj:195)
  119. at clojure.lang.RestFn.invoke(RestFn.java:411)
  120. at clojure.lang.Var.invoke(Var.java:365)
  121. at clojure.lang.AFn.applyToHelper(AFn.java:163)
  122. at clojure.lang.Var.applyTo(Var.java:482)
  123. at clojure.core$apply.invoke(core.clj:542)
  124. at leiningen.core$apply_task.invoke(core.clj:228)
  125. at leiningen.core$_main.doInvoke(core.clj:294)
  126. at clojure.lang.RestFn.invoke(RestFn.java:411)
  127. at clojure.lang.AFn.applyToHelper(AFn.java:163)
  128. at clojure.lang.RestFn.applyTo(RestFn.java:133)
  129. at clojure.core$apply.invoke(core.clj:542)
  130. at leiningen.core$_main.invoke(core.clj:297)
  131. at user$eval42.invoke(NO_SOURCE_FILE:1)
  132. at clojure.lang.Compiler.eval(Compiler.java:5424)
  133. ... 11 more
  134. Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
  135. ----------
  136. 1) ring:ring‑core:jar:0.3.11
  137.  
  138. Try downloading the file manually from the project website.
  139.  
  140. Then, install it using the command:
  141. mvn install:install-file -DgroupId=ring -DartifactId=ring‑core -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file
  142.  
  143. Alternatively, if you host your own repository you can deploy the file there:
  144. mvn deploy:deploy-file -DgroupId=ring -DartifactId=ring‑core -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
  145.  
  146. Path to dependency:
  147. 1) org.apache.maven:super-pom:jar:2.0
  148. 2) ring:ring‑core:jar:0.3.11
  149.  
  150. ----------
  151. 1 required artifact is missing.
  152.  
  153. for artifact:
  154. org.apache.maven:super-pom:jar:2.0
  155.  
  156. from the specified remote repositories:
  157. clojars (http://clojars.org/repo/),
  158. central (http://repo1.maven.org/maven2)
  159.  
  160.  
  161. at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:324)
  162. at org.apache.maven.artifact.ant.DependenciesTask.doExecute(DependenciesTask.java:170)
  163. ... 34 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement