-
-
Notifications
You must be signed in to change notification settings - Fork 305
use P2Exporter for org.bndtools.p2 #6777
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
Conversation
|
Will look in to the erro This error was solved by disabling maven-release , buildrepo and releaserepo for this bund: since this bundle should not go to a maven repo |
|
Question @chrisrueger I was/am looking to do p2 repo builds with bndtools workspaces/projects. Are things in place (snapshot I assume) that would currently allow that? Or are there additional changes/fixes/updates that are required (that you know of, of course). I'm just trying to plan my efforts (and required bndtools versions). Thanksinadvance. |
|
@scottslewis I am new to this whole p2 topic (besides being a user / consumer when installing stuff into Eclipse) and this PR here is my first adventure. I based this PR on the following test(data) https://github.com/bndtools/bnd/tree/master/biz.aQute.repository/testdata/p2-publish/ws-1/p1 (testcase) which matches the description in https://bnd.bndtools.org/plugins/p2export.html I think is a good example of the parts required to do P2 Exports with bnd. UPDATE: This stuff should already work with the released bnd 7.1.0 |
18f78ef to
bd9550c
Compare
d78c6a8 to
3410c8c
Compare
- use bnd's own P2Export https://bnd.bndtools.org/plugins/p2export.html for bnd itself the goal is to replace the veery old way of building the p2 artifact and use bnd itself. Importantly this solves the issue to use SHA-256 for checksum in addition to md5 to solve the Eclipse warning like "The digest algorithms (md5) used to verify ...jar have severely compromised security. Please report this concern to the artifact provider." Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
3410c8c to
2785b7e
Compare
|
Closing this PR because it was superseeded by #6808 which is the same content but inside bndtools organization. |



Closes #5156
first draft of using https://bnd.bndtools.org/plugins/p2export.html for bnd itself the goal is to replace the veery old way of building the bnd p2 artifact and use bnd itself.
Importantly this solves the issue to use SHA-256 for checksum in addition to md5 to solve the Eclipse warning like "The digest algorithms (md5) used to verify ...jar have severely compromised security. Please report this concern to the artifact provider."
TODOs