scijava / scijava-maven-plugin

A Maven plugin to manage development of SciJava-based software.
BSD 2-Clause "Simplified" License
3 stars 5 forks source link

Add m2e configuration to run scijava-common's annotation processor automatically #2

Closed dscho closed 10 years ago

dscho commented 10 years ago

We should use the technique illustrated on the Eclipse wiki to execute the EclipseHelper class as soon as scijava-common is a dependency of the current project. That will make it painless to import SciJava projects into Eclipse and develop them, without having to jump through hoops.