yes as far as i know all the apache stuff that are on maven (commons, dbcp) are not signed..
because who would do that? who can get there hands on those signing certificates?
not sure if apache has stuff for that in place (like eclipse does)
i think thats why eclipse has orbit right?
which are all signed by eclipse,
i guess thats done by CBI tools that makes that orbit, (or is that done by hand by a person? download that commons io jar from maven central, sign it and then make the orbit dump....)
so orbit does fix it for us, but orbit is just a subset and a bit slow in updating stuff so not always an option.
thats why i would like that tycho does that for me
So we move the signing part from the plugin/jar compile/build part completely and move it to when the plugin/jar (Thats is build or that is from a 3rd party source) is used in a end "product"
that end product can ofcourse be a realy product but also just a p2 site itself.
But i guess if we would implement this in the correct location the product would be auto done because the product is build from a generated repository right?