I'm using maven & tyhco to compile & build my eclipse plugins and create a p2 repository.
However, when I install my plugins, eclipse shows a warning for the untrusted content. I know that to solve this issue, I must sign the plugins I distribute.
However, I don't know if there is a way to sign the plugins I'm building with tycho...
(I'm not an expert on maven & jar signing, hence forgive me for the dumb question!)