Skip to content

Instantly share code, notes, and snippets.

@erikzaadi
Created April 30, 2009 08:22
Show Gist options
  • Save erikzaadi/104344 to your computer and use it in GitHub Desktop.
Save erikzaadi/104344 to your computer and use it in GitHub Desktop.
[INFO] --------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] --------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.scala-lang:scala-library:jar:2.7.4
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.scala-lang -DartifactId=scala-
ry -Dversion=2.7.4 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file th
mvn deploy:deploy-file -DgroupId=org.scala-lang -DartifactId=scala-li
-Dversion=2.7.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Dreposit
=[id]
Path to dependency:
1) com.xmpie.wsapi:xmpie-endpoints:jar:4.5.2
2) org.scala-lang:scala-library:jar:2.7.4
----------
1 required artifact is missing.
for artifact:
com.xmpie.wsapi:xmpie-endpoints:jar:4.5.2
from the specified remote repositories:
snapshots.scala-tools.org (http://scala-tools.org/repo-releasess),
scala-tools.org (http://scala-tools.org/repo-snapshots),
maven-repository.dev.java.net (http://download.java.net/maven/1/),
maven2-repository.dev.java.net (http://download.java.net/maven/2/),
central (http://repo1.maven.org/maven2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment