Eclipse comes with some dependencies like Junit. How to configure the maven to use those rather than downloading.
Eclipse comes with some dependencies like Junit. How to configure the maven to use
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.
Tycho can manage OSGi bundles, that manage their dependencies. For details see the blogpost of Mattias Holmqvist. In the third part of these blog posts it is also shown how to use JUnit with Tycho.
However, if you want to you are using Eclipse with standard Java projects, I don’t know of any Maven task that reads such information from the Eclipse project and classpath files.