Hi, I have developed an eclipse RCP and it can run as an standalone application. Now I need to do a maven build for it. This project will be part of another open source project. As the eclipse plugins are not available in maven repository, do I need to add those plugins like swt3.2.., jface3.2 etc etc in the repository? I know that eclipse doesn't ship these as seperate plugins. If the jars are available in maven repository, then I can just add the dependency in the pom file, but for these eclipse plugin jars what can be done?
any pointers in the right direction will be helpful. Regards, Bhupendra
