Is it still possible to run and debug Eclipse RCP projects inside Eclipse after they were converted to a Maven project (for example with the help of Maven Tycho plugin). Does the conversion to a Maven project impact the Eclipse RCP project in this matter in any way? I would like to run the RCP application inside Eclipse without having to build it with Maven every time (it takes too much time).
I am familiar with Maven, but I don't know what impact it has to an Eclipse RCP application.
Thank you for the answer.