I\'d like to use dependencies from a remote Eclipse p2 repository in a \"regular\" Maven 3 build (e.g. JAR or WAR packaging) - all without converting the p2 repo to a local
Another way is to use b3 aggregator to mirror the p2 repo in a maven compliant layout as described here:
Consuming emf bundles from p2 with maven : b3
then one can use the original jars as provided.