-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I actually checked out the code and tried to build a jar but got this:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) net.oauth.core:oauth-httpclient4:jar:20100527
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=net.oauth.core -DartifactId=oauth-httpclient4 -Dversion=20100527 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=net.oauth.core -DartifactId=oauth-httpclient4 -Dversion=20100527 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) meetup-java-client:meetup-java-client:jar:0.1-SNAPSHOT
2) net.oauth.core:oauth-httpclient4:jar:20100527
----------
1 required artifact is missing.
for artifact:
meetup-java-client:meetup-java-client:jar:0.1-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
gson (http://google-gson.googlecode.com/svn/mavenrepo),
oauth-maven-repo (http://oauth.googlecode.com/svn/code/maven)
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15 seconds
[INFO] Finished at: Fri Dec 27 01:26:47 GMT 2013
but one shouldnt have to go to these lengths, please provide a jar for download
:(
Original issue reported on code.google.com by emmettwa...@gmail.com on 27 Dec 2013 at 1:29