Hi, as it seems your dependency setup in each pom.xml seems to be almost sufficient.
You just need to execute 'mvn eclipse:eclipse' for each feature/plugin and 'mvn eclipse:clean' if you want to delete eclipse related files from a folder. Output for feature: [INFO] [eclipse:eclipse] [INFO] Using source status cache: D:\projects\tuscany\tools\eclipse\features\feature\target\mvn-eclipse-cache.properties [INFO] Wrote settings to D:\projects\tuscany\tools\eclipse\features\feature\.settings\org.eclipse.jdt.core.prefs [INFO] Wrote Eclipse project for "org.apache.tuscany.sca.feature" to D:\projects\tuscany\tools\eclipse\features\feature. Output for core plugin: [INFO] [eclipse:eclipse] [INFO] Using source status cache: D:\projects\tuscany\tools\eclipse\plugins\core\target\mvn-eclipse-cache.properties [INFO] Wrote settings to D:\projects\tuscany\tools\eclipse\plugins\core\.settings\org.eclipse.jdt.core.prefs [INFO] Wrote Eclipse project for "org.apache.tuscany.sca.core" to D:\projects\tuscany\tools\eclipse\plugins\core. I had issues with the runtime plugin. Error message: [INFO] [eclipse:eclipse] [INFO] Not running eclipse plugin goal for pom project It was as well not possible to create the .project file for the update site. I am quite unsure whether the eclipse plugin for maven even supports generating update site projects. Same message as with the runtime plugin: [INFO] [eclipse:eclipse] [INFO] Not running eclipse plugin goal for pom project On Dec 19, 2007 6:40 PM, Luciano Resende <[EMAIL PROTECTED]> wrote: > A patch would be very appreciated. > > On Dec 19, 2007 9:36 AM, Daniel Stefan Haischt > > <[EMAIL PROTECTED]> wrote: > > I could send a patch but cause I am not a committer I am not able to > > delete any files ;) > > > > > > On Dec 19, 2007 6:24 PM, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > > Daniel Stefan Haischt wrote: > > > > if pom.xml is setup accordingly, Maven will generate both a valid > > > > .classpath > > > > and .project. > > > > > > > > On Dec 19, 2007 1:47 PM, Luciano Resende <[EMAIL PROTECTED]> wrote: > > > >> Some of the eclipse tools have the .project and some even the > > > >> .classpath files checked in to SVN. Is there any particular settings > > > >> that require these files to be checked in ? or can they be removed > > > >> from SVN and generated from mvn -Peclipse eclipse:eclipse ? > > > >> > > > > > > They are plugins and I was not able to get the proper files generated by > > > Maven. If you know what to put in pom.xml to get them generated > > > correctly, go for it and remove them. > > > > > > -- > > > Jean-Sebastien > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > Luciano Resende > Apache Tuscany Committer > http://people.apache.org/~lresende > http://lresende.blogspot.com/ > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
