Hello,
setting the workspace parameter to my workspace has a strange side-effect :
my eclipse .project files are not created in my project folder, but in my
eclipse workspace directory. I like the idea to automagically detect
available projects in my eclipse (MECLIPSE-344) but I prefer to have the
"classic" .project files created in my svn checkout directory.
Setting <eclipse.projectDir>${basedir}</eclipse.projectDir> fixes this, but
reading the plugin source code I don't understand how the workspace
parameter changed the output dir.
I also noticed the new workspace parameter, that is 100% eclipse related, is
in AbstractIdeSupportMojo class and not in EclipsePlugin ;-p
Nico