Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Signing?

The current answer is "kinda yes", see [1].

Due to a limitation of Maven, plugin executions defined in pom.xml
always run after plugin executions defined in default lifecycle. p2
metadata generation is defined in default lifecycle, so for perfect
solution we would either need to change Maven to pom.xml to "insert"
plugin executions before existing ones or find a way to avoid p2
metadata generation in tycho default lifecycle.

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=344691

--
Regards,
Igor

On 11-08-30 6:20 AM, Benson Margulies wrote:
Once upon a time I asked about Tycho and signed jars. The answer was,
'no'. Is that still the state of affairs?
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top