Hi Felix, > mvn > - 'install' is needed because some plugin projects are referencing > studio-dsml-parser witch doesn't already exists in local mvn repository > on first run. > - 'eclipse:eclipse' creates the .project and .classpath files in the > module folders > - 'studio.eclipse' adapts the .classpath to have entries like > <classpathentry path="lib/commons-io-1.3.1.jar" exported="true" > kind="lib"/> and adapts the 'Bundle-ClassPath' entry in the manifest.mf >
I just found one option for the eclipse:eclipse goal: <pde>true</pde> http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html#pde It seems it makes something similar like the studio:eclipse goal. I'll experiment with it a bit... Regards, Stefan
