how to ignore Signature is invalid for current content of "p2-maven-site"? #803
Replies: 4 comments 7 replies
-
(sorry, I sent the above message with the wrong account) |
Beta Was this translation helpful? Give feedback.
-
What exact version of tycho do you use for your test? Can you try out the current tycho snapshot build? |
Beta Was this translation helpful? Give feedback.
-
Ref to my thread with jetty project : https://www.eclipse.org/lists/jetty-users/msg10147.html Apparently maybe there is some issue in the pgp signature in the aterfact.xml and according to jetty developers, this is actually Eclipse Tycho project that is contributing it ... |
Beta Was this translation helpful? Give feedback.
-
I requested a temporary fix for this see |
Beta Was this translation helpful? Give feedback.
-
Hi
I'm trying to build my own update site using tycho from p2-maven-site of jetty project.
Jetty seems to publish their bundles on maven central and p2-maven-site here: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-p2/
I wish to build my own classic eclipse update site out of it (an also add some missing feature they don't directly publish)
I use the repository url as stated here(https://www.eclipse.org/tycho/sitedocs/tycho-p2/tycho-p2-repository-plugin/plugin-info.html) in a tycho build
(a small test project : https://github.com/dvojtise/jetty-eclipse-p2/tree/main/jetty-eclipse-p2-repo and github action showing the problem)
Unfortunately, this raises a
Signature is invalid for current content.
error1/ is there a way to ignore such error ? (so I can try to workaround it)
2/ how to know which signature is invalid ? ie. the one declared in the artefacts.xml file in the https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-p2/10.0.7/jetty-p2-10.0.7-p2site.zip or the one of the target bundles in maven central ? in order to inform jetty maintainers ...
Beta Was this translation helpful? Give feedback.
All reactions