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? - Andy
