Skip to main content

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

this has been answered before
http://dev.eclipse.org/mhonarc/lists/tycho-user/msg04370.html 

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Christian Pontesegger
Sent: Dienstag, 2. Juli 2013 13:58
To: tycho-user@xxxxxxxxxxx
Subject: [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

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top