Advertisement
Guest User

Christian Vuerings

a guest
Feb 20th, 2010
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. Downloading: http://repository.apache.org/snapshots//org/apache/sling/org.apache.sling.scripting.api/2.1.0-SNAPSHOT/org.apache.sling.scripting.api-2.1.0-SNAPSHOT.jar
  2. [INFO] ------------------------------------------------------------------------
  3. [ERROR] BUILD ERROR
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Unable to find artifact.
  6.  
  7. Embedded error: Unable to download the artifact from any repository
  8.  
  9. Try downloading the file manually from the project website.
  10.  
  11. Then, install it using the command:
  12. mvn install:install-file -DgroupId=org.apache.sling -DartifactId=org.apache.sling.scripting.api -Dversion=2.1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
  13.  
  14. Alternatively, if you host your own repository you can deploy the file there:
  15. mvn deploy:deploy-file -DgroupId=org.apache.sling -DartifactId=org.apache.sling.scripting.api -Dversion=2.1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
  16.  
  17.  
  18. org.apache.sling:org.apache.sling.scripting.api:jar:2.1.0-SNAPSHOT
  19.  
  20. from the specified remote repositories:
  21. maven repo (http://repo1.maven.org/maven2/),
  22. OPS4J (http://repository.ops4j.org/maven2),
  23. sakai-maven (http://source.sakaiproject.org/maven2),
  24. apache-snapshots (http://repository.apache.org/snapshots/),
  25. EclipseLink Repo (http://mirror.cc.columbia.edu/pub/software/eclipse/rt/eclipselink/maven.repo/),
  26. central (http://repo1.maven.org/maven2)
  27.  
  28. [INFO] ------------------------------------------------------------------------
  29. [INFO] For more information, run Maven with the -e switch
  30. [INFO] ------------------------------------------------------------------------
  31. [INFO] Total time: 3 minutes 37 seconds
  32. [INFO] Finished at: Sat Feb 20 15:08:13 GMT 2010
  33. [INFO] Final Memory: 105M/318M
  34. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement