Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 21st, 2012  |  syntax: None  |  size: 0.91 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Missing:
  2. ----------
  3. 1) org.slf4j:slf4j-jdk14:jar:${slf4j.version}
  4.  
  5.   Try downloading the file manually from the project website.
  6.  
  7.   Then, install it using the command:
  8.       mvn install:install-file -DgroupId=org.slf4j -DartifactId=slf4j-jdk14 -Dversion=${slf4j.version} -Dpackaging=jar -Dfile=/path/to/file
  9.  
  10.   Alternatively, if you host your own repository you can deploy the file there:
  11.       mvn deploy:deploy-file -DgroupId=org.slf4j -DartifactId=slf4j-jdk14 -Dversion=${slf4j.version} -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
  12.  
  13.   Path to dependency:
  14.         1) org.terracotta:ehcache-offheap:jar:2.3.0-SNAPSHOT
  15.         2) org.slf4j:slf4j-jdk14:jar:${slf4j.version}
  16.  
  17. ----------
  18. 1 required artifact is missing.
  19.  
  20. for artifact:
  21.   org.terracotta:ehcache-offheap:jar:2.3.0-SNAPSHOT
  22.  
  23. from the specified remote repositories:
  24.   nexus (http://nexus.terracotta.lan:8080/content/groups/public)