Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Calling JavaProjectConfigurator.configure() in m2e 1.6

Hi Igor!

Thanks for the quick answer! I added:

<configurator
           class="me.gladwell.eclipse.m2e.inject.GuiceExtensionFactory:me.gladwell.eclipse.m2e.android.AndroidMavenProjectConfigurator"
             id="me.gladwell.eclipse.m2e.android.androidDevelopmentToolsProjectConfigurator"
             name="Android Development Tools Project Configurator"
             secondaryTo="org.eclipse.m2e.jdt.javaConfigurator">
</configurator>


However our configurator was not called at all due to this. Do i need to add a lifecycle mapping to the compiler plugin as well?

Back to the top