Skip to main content

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

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



Back to the top