How can I know and download all plugin dependencies so that I could install it later offline
without the need of internet
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the p2 mirror facility to create a local copy of the p2 repos you need. Then you can install it later off line.
I use ant mirror scripts to mirror p2 repos (ex: mirror-jface.xml), and they can be run like:
You have to specify all of the repositories to search in order to pick up all the dependencies.