-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with OSGi and p2 #288
Comments
I'm fine with that. Feel free to provide a quality patch ;-) |
Feel free to provide a quality patch ;-)
:D
We'll try, but probably a matter of several weeks before it becomes high
enough priority.
…--
Mickael Istria
Eclipse IDE <https://www.eclipse.org/downloads/eclipse-packages/>
developer, for Red Hat Developers <https://developers.redhat.com/>
|
I think we can just add http://felix.apache.org/documentation/subprojects/apache-felix-maven-bundle-plugin-bnd.html#adding-osgi-metadata-to-existing-projects-without-changing-the-packaging-type and adding a tycho-ecliserun mojo invocation to call p2 publisher in the pom.xml should do the trick. |
Signed-off-by: Mickael Istria <[email protected]>
Submitted PR #301 implementing what I mentioned in previous comment, this combined with https://www.jfrog.com/confluence/display/RTF/P2+Repositories would give total satisfaction. |
Signed-off-by: Mickael Istria <[email protected]>
Signed-off-by: Mickael Istria <[email protected]>
Signed-off-by: Mickael Istria <[email protected]>
Thanks for merging the patch @fbricon . Could you please publish a build with the profile enabled and configure Artifactory so the p2 repo gets easily accessible: https://www.jfrog.com/confluence/display/RTF/P2+Repositories ? |
Is there any progress on this topic? Did you manage to push a p2 repo to artifactory? |
I got an artifactory-pro account from JFrog, now need to setup everything. Hopefully will be able to do that this week |
Eclipse Simrel 2019-03 freezes in 11 days. So unless you can do it very soon, let's not rush and let's delay that for after the 15th. |
Snapshots deployed to https://lsp4xml.jfrog.io/lsp4xml/generic-local/p2/lsp4xml/0.4.0-SNAPSHOT/ |
Thanks a lot!
|
As we're integrating XML-LS in Eclipse IDE, it would be nice if the jar declared dependencies in the OSGi format as well (with a MANIFEST.MF). With this, then we'll more easily move away from the farjar which contains a lot of libraries we already have loaded in the application and can reuse.
The text was updated successfully, but these errors were encountered: