Wednesday, July 18, 2012

How do you refresh maven dependencies from eclipse?

You generate the special eclipse files with mvn eclipse:eclipse, but once you've done that, you should let a plugin handle the dependencies while inside eclipse.
That's how we do it at my work place, and it generally works well.

http://stackoverflow.com/questions/136308/how-do-you-refresh-maven-dependencies-from-eclipse

No comments:

Post a Comment