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

yes you can do virtually anything after p2 director installation and before archive creation.
The caveat here is that any changes to the installation done outside of p2 are unknown to p2, so the next p2 update of your app may undo your changes.

Regarding eclipsec, the proper fix should be done as part of https://bugs.eclipse.org/bugs/show_bug.cgi?id=332714 I guess
... and I saw you just found that one Doug ;)

Regards
Jan

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Doug Schaefer
Sent: Dienstag, 2. Juli 2013 16:00
To: Tycho user list
Subject: Re: [tycho-user] adding custom maven steps when using director

Cool, thanks Jan. I'm probably one of the growing legion of people who are
trying to rename eclipsec to something useful. I assume this does the
trick?

On 13-07-02 8:26 AM, "Sievers, Jan" <jan.sievers@xxxxxxx> wrote:

>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
>_______________________________________________
>tycho-user mailing list
>tycho-user@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/tycho-user

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


Back to the top