How do you build an Eclipse plugin with Maven? What dependencies or plugins do I need? I am looking to develop for Eclipse 3.7.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You should have a look to the Tycho project which is the way to go for building Eclipse plug-ins with Maven: http://www.eclipse.org/tycho/ |
|||||||||
|