[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] convert eclipse rcp project into Maven2 project

Hello,

I have Eclipse rcp project which depends on alot of eclipse jars(plugin dependencies) & opensources.

my company decided to use maven 2 as a build environment So I need to convert my eclipse project into maven project.

Is there a way to do it automatically(command line, plugin) or I have to do it manually.

& in both cases how to do it.

& is there a way to capture these dependencies in my project into maven dependencies in pom.xml automatically or I have to do it myself.

Thnx alot.