Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] adding custom maven steps when using director

Hi,

I am using the tycho-p2-director-plugin with executions for materialize-products and archive-products. Now I tried to add a custom step using exec-maven-plugin inbetween the 2 director calls to further modify my RCP product.

So I want following build order:

1) materialize-products
2) exec-maven-plugin
3) archive-products

how can this be achieved?

thanks
Christian



Back to the top