p2-maven-plugin
p2-maven-plugin copied to clipboard
Maven3 plugin that automates the third-party dependency management for Eclipse RCP
In the last time the CI builds break because of infrastructure issues. Therefore, the CI build should move to drone for better stability.
Since version 1.5.1-SNAPSHOT, the plugin generate the Apache licence text in the generated catalog.xml. The generated catalog.xml with version 1.5.0: ```xml providedCapabilities.exists(p | p.namespace == 'osgi.bundle') ``` The generated catalog.xml...
The License plugin has two not so nice requirements: * Javadoc comment where a block comment should be used * fixed year variable Either replace it or update/configure if possible.
`Utils.jar`: replace hardcoded version string
Collecting issue for cleaning up dependencies
Hi, first of all let me thank you for making this plug-in! I've just started using it recently on a new project, and it has been immensely helpful for using...
Hi all, I am having a problem building a p2 site that contains the following artifact: org.apache.jclouds.labs:openstack-neutron:1.8.0 Any insights would be very valuable. Regards, Nicholas ------ POM.XML ------- 4.0.0 org.jclouds...
The readme (and maybe other places) mentions to run p2:site. For basically all users that doesn't work. It would require to have a maven prefix defined to map the full...
There's no easy way today to deploy generated update site to e.g. Nexus currently aside deploying a zipped archive and using nexus unzip plugin. There's a maven-site-plugin on the other...
I'm using your pom example, and there is no feature directory. Only plugins ``` └── target └── repository ├── artifacts.jar ├── category.xml ├── content.jar └── plugins ├── org.apache.commons.lang_2.4.0.jar ├── org.apache.commons.lang_2.5.0.jar...