Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Eclipse comes with some dependencies like Junit. How to configure the maven to use those rather than downloading.

share|improve this question

1 Answer

up vote 1 down vote accepted

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.