how to handle third party bundles dependencies in Maven/Tycho build ?
Share
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.
Create a P2 repository and then reference that repository. This is the recommended method.
If you want to keep the build location-independent store the repository in a location that allows HTTP protocol access. e.g.
To create the P2 repository
Alternatively, as a source