Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Running Maven plugin before "tycho-packaging-plugin:0.25.0:build-qualifier (default-build-qualifier)"

Michael,

according to https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#Plugins, plugins bound to a phase will be executed after the plugins defined in the packaging.
Maybe you can try defining the tycho-packaging-plugin:0.25.0:build-qualifier after your plugin in your POM keeping the same id (default-build-qualifier)

Jeff

On Thu, May 26, 2016 at 10:00 AM, Mickael Istria <mistria@xxxxxxxxxx> wrote:
Hi all,

I have a plugin that I do want to run before "tycho-packaging-plugin:0.25.0:build-qualifier (default-build-qualifier)", as it's setting some variables that are then used to build the qualifer.
I tried to hook it on the validate phase, but the "tycho-packaging-plugin:0.25.0:build-qualifier (default-build-qualifier)" seems to also be hooked on the validate phase and runs before anyway.

Does anyone know how I can make my plugin run before?
Or maybe delay the default-build-qualifier execution a bit later, during the "initialize" phase?

Thanks in advance,
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user



--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

Back to the top