Use dependencies from Eclipse p2 repository in a regular Maven build?

后端 未结 2 1185
忘了有多久
忘了有多久 2020-12-04 19:53

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

2条回答
  •  一整个雨季
    2020-12-04 20:36

    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.

提交回复
热议问题