Skip to content

Instantly share code, notes, and snippets.

@anildigital
Created July 2, 2010 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anildigital/6f5f6543fad66dbe9fa9 to your computer and use it in GitHub Desktop.
Save anildigital/6f5f6543fad66dbe9fa9 to your computer and use it in GitHub Desktop.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - com.example:example-project:jar:0.0.1-SNAPSHOT
[INFO] task-segment: [clojure:swank]
[INFO] ------------------------------------------------------------------------
[INFO] Preparing clojure:swank
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/anil/Code/clojure/swank-clojure-proj/src/main/resources
Downloading: http://clojars.org/repo//org/clojure/clojure/1.2.0-master-SNAPSHOT/clojure-1.2.0-master-SNAPSHOT.pom
[INFO] Unable to find resource 'org.clojure:clojure:pom:1.2.0-master-SNAPSHOT' in repository clojars (http://clojars.org/repo/)
Downloading: http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-SNAPSHOT/clojure-contrib-1.2.0-SNAPSHOT.pom
[INFO] Unable to find resource 'org.clojure:clojure-contrib:pom:1.2.0-SNAPSHOT' in repository clojars (http://clojars.org/repo/)
Downloading: http://clojars.org/repo//org/clojure/clojure/1.2.0-master-SNAPSHOT/clojure-1.2.0-master-SNAPSHOT.jar
[INFO] Unable to find resource 'org.clojure:clojure:jar:1.2.0-master-SNAPSHOT' in repository clojars (http://clojars.org/repo/)
Downloading: http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-SNAPSHOT/clojure-contrib-1.2.0-SNAPSHOT.jar
[INFO] Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-SNAPSHOT' in repository clojars (http://clojars.org/repo/)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.clojure:clojure:jar:1.2.0-master-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.2.0-master-SNAPSHOT -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.clojure -DartifactId=clojure -Dversion=1.2.0-master-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) com.example:example-project:jar:0.0.1-SNAPSHOT
2) org.clojure:clojure:jar:1.2.0-master-SNAPSHOT
2) org.clojure:clojure-contrib:jar:1.2.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.clojure -DartifactId=clojure-contrib -Dversion=1.2.0-SNAPSHOT -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.clojure -DartifactId=clojure-contrib -Dversion=1.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) com.example:example-project:jar:0.0.1-SNAPSHOT
2) org.clojure:clojure-contrib:jar:1.2.0-SNAPSHOT
----------
2 required artifacts are missing.
for artifact:
com.example:example-project:jar:0.0.1-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
clojars (http://clojars.org/repo/)
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Fri Jul 02 13:17:04 GMT+05:30 2010
[INFO] Final Memory: 10M/81M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment