Sign in using Google or Yahoo! id.  

Maven - manually download jars

 Comments Share:   Twitter   Reddit   HackerNews   Facebook 

Try downloading the file manually from the project website. Then, install it using the command:

mvn install:install-file -DgroupId=opensymphony -DartifactId=oscore -Dversion=2.2.7 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:

  • mvn deploy:deploy-file -DgroupId=opensymphony -DartifactId=oscore -Dversion=2.2.7 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Posted on May 28, 2012 10:43 AM by naresh kumar
maven
blog comments powered by Disqus