Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Execution between materialize and archive

Hi,

I added an execution for signing Windows executables to my product bundle like this:

tycho-p2-director-plugin#materialize-products
exec-maven-plugin
tycho-p2-director-plugin#archive-products

This seemed to work, but the signing was done after the archive files had been created.

Thus I postponed the archive-products execution by setting it's phase to "pre-integration-test". Now it works like charm, but I wondered whether there maybe is a better solution I did not see.

Any ideas?

Thanks in advance,
Axel



Back to the top