p2-maven-plugin icon indicating copy to clipboard operation
p2-maven-plugin copied to clipboard

Maven3 plugin that automates the third-party dependency management for Eclipse RCP

Results 80 p2-maven-plugin issues
Sort by recently updated
recently updated
newest added

Hi There, we're trying to put together all Jetty-OSGI bundles into one feature for a clean target platform definition. For this, we followed the corresponding [Jetty tutorial](https://www.eclipse.org/jetty/documentation/current/framework-jetty-osgi.html) and managed to...

It would be very convenient to have the option to create merged bundles, like the functionality implemented by [bnd-platform](https://github.com/stempler/bnd-platform#merged-bundles). I can't see it supported by p2-maven-plugin, but I might have...

It would be great if p2-maven-plugin could support using maven BOMs to specify library versions. Large projects often provide a [BOM](https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#bill-of-materials-bom-poms) to indicate the set of jar version that work...

We'd like to sign our 3rd party jars. I tried to use just `jarsigner:sign` but that causes a problem with the hashes in artifacts.jar. Very likely because they are obviously...

I have a repository build that transitively includes from maven as documented. At a certain level, the transitive dependencies enter into a space where a version is available from Orbit....

The plugin is wonderful in that it maps a source archive. Would it be possible to also map the JavaDoc archive, using the Eclipse extension point below? https://help.eclipse.org/latest/topic/org.eclipse.pde.doc.user/reference/extension-points/org_eclipse_pde_core_javadoc.html

We create a number of p2 sites for different jars and use transitive resolution to resolve all dependencies. But we often end up with dependencies that are already part of...

good first issue

At the moment ``` commons-io:commons-io:2.1 ``` will be extended with defaults to: ``` commons-io:commons-io:2.1 true false false false *;resolution:=optional * ``` It would be useful to override some defaults e.g....

good first issue

Currently, we have no documentation page for this plugin. Therefore, we could publish a normal Maven Plugin Site as Github Page.

good first issue

Hi, We had to switch to reficio 1.3.0 to integrate a java 1.8 artifact as an osgi bundle (through the new bnd version). The problem is that the new bnd...

good first issue