Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Testing Lifecycle Contributions

m2e is expected to find lifecycle mapping configuration contributed by
any installed eclipse plugin, regardless installation method (via m2e
discover, p2 installable ui, etc). I am not aware of any problems in
this area, so please double check that your eclipse installable actually
includes all required plugins and their dependencies.

Also, [1] has more detailed explanation how different pieces fit together.

[1] http://wiki.eclipse.org/M2E_Extension_Development


--
Regards,
Igor

On 11-06-24 6:26 PM, David Carver wrote:
I'm working on updating the Turmeric SOA plugins to work with the just
released m2e 1.0.0. I'm running into some problems in testing the
updated configuration and lifecycle mapping contributions.

When I create a LifeCycleMappingMetadata.xml file and just specify the
action, the maven plugins run, but the generated-source folders don't
get added as source folders. So, I added the <configurator> entry
following the Antlr example. However, now when I import a project, the
plugins are marked with an error, and it wants to go out to the
discovery site to find them.

It almost seems that unless the plugins are already installed in the
target platform (which they should be because they are coming from the
workspace during debugging, and launching the eclipse plugin for
testing), then it can't seem to find them unless it's on the discovery
site.

What is the recommended way to test and debug a configuration.

Dave

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


Back to the top