Hi Andy, On Sun, 2015-11-08 at 12:09 -0800, Andreas Schaefer Sr. wrote: > Hi > > When investigating how to design the separation of the “Sling > Connector” code from the Eclipse plugin to create an IDE independent > code base I saw that most of the Maven dependencies are drawn from > the p2.eclipse-plugin repository. > > This might create problems when adding the code to other IDE but for > sure it messes up my IntelliJ IDE as it does not find and resolves > these dependencies correctly. > > Shouldn’t we create our own set of dependencies in order to support > multiple IDEs?
At this moment I don't know enough about how to build other plugins to be able to tell what is best. I would suggest that we first aim to make the various plugins usable for other IDEs, and then set our sights on the next target :-) Thanks, Robert
