tycho-p2-repository-plugin:2.7.5:verify-repository where does that verify against? #1561
Replies: 1 comment
-
hmm if i then by pass that verify (turn it off for a moment) then the plugin that depends on stuff that should be in that p2 target: Failed to execute goal on project com.servoy.eclipse.ngclient: Could not resolve dependencies for project com.servoy:com.servoy.eclipse.ngclient:eclipse-plugin:2022.12.0.3820_rc: The following artifacts could not be resolved: com.github.ua-parser:uap-java:jar:1.5.3.SERVOY, com.servoy:javax.transaction:jar:1.1.0, com.servoy:javax.websocket:jar:1.1.0: com.github.ua-parser:uap-java:jar:1.5.3.SERVOY fails because it can't find it. If i then regenerate that p2 site with tycho 2.6.0 (with verify on and that passes) then the build works fine. So for some reason i can't generate my 3rd party jars p2 site (like orbit) with Tycho 2.7.5 |
Beta Was this translation helpful? Give feedback.
-
i have with 2.7.5 this when i create my p2 site (of some 3rd party libs)
it does sign everything and then the mvn jar signer plugin does verify them all, but then the tycho-p2 verify fails because of the signature. Now i wonder what signature that is?
also if you google for tycho-p2-repository-plugin and so on you get all kinds of hits pointing to this location:
https://www.eclipse.org/tycho/sitedocs/tycho-p2/tycho-p2-repository-plugin/assemble-repository-mojo.html
but that is now all 404, did all that documenation move? is it now in github? (maybe then the wiki https://github.com/eclipse-tycho/tycho/wiki should point to that?)
Beta Was this translation helpful? Give feedback.
All reactions