| Re: [tycho-dev] Invoke maven project extension before TychoMavenLifecycleParticipant - patch question |
|
Just one additional remark: Tycho does not (yet) have any Java API. You are of course free to “mess” with the internals of Tycho, but we may need to change things which would mean that you’d have to adapt your extension for new Tycho versions. Can you live with this? Regards Tobias From: tycho-dev-bounces@xxxxxxxxxxx [mailto:tycho-dev-bounces@xxxxxxxxxxx] On Behalf Of Oberlies, Tobias I agree that extensibility is a weak point in Tycho. If the proposed change really helps you, I’d be willing to accept a patch. The contributor guide [1] should answer the practical questions how we can accept patches. Regards Tobias [1] http://wiki.eclipse.org/Tycho/Contributor_Guide From: tycho-dev-bounces@xxxxxxxxxxx [mailto:tycho-dev-bounces@xxxxxxxxxxx] On Behalf Of Tom Bujok Hi Jeff, I am aware of that, but my main goal was to be able to execute logic before and after tycho - the order was not that important. But it is a good hint - we may also think of using something else than lookuplist… Tom On Mar 7, 2012, at 11:00 AM, Jeff MAURY wrote: Please not that the use of Plexus for discovery does not guarantee an order of execution following the declaration in the POM. On Wed, Mar 7, 2012 at 8:36 AM, Tom Bujok <tom.bujok@xxxxxxxxx> wrote: Hi guys,
|