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)"

On 05/26/2016 10:16 AM, Jeff MAURY wrote:
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)

Thanks Jeff.
Yes, I tried that and it seems to work:
https://github.com/mickaelistria/jbosstools-build/commit/487c4a56dd72943e2d34ee74392228f21bfb1a49 (interesting lines for this question are line 433-440).
I was afraid Tycho wouldn't like to get those executions delayed a little, but no complaints from it so far.

Cheers
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top