You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.
Currently there is no way to enforce the installation of m2e-apt through the pom.xml only. That would be possible with lifecycle-mapping. Could you make the m2e-apt Configurator the default for both goals of the maven-processor-plugin: https://maven-annotation-plugin.googlecode.com/svn/docs/plugin-info.html.
That way only a POM change will make every Eclipse user install that plugin automatically (similar to what is done for maven-bundle-plugin with the tycho m2e plugin
according mapping from the generated lifecycle mapping
You are right, that is triggered during import. Any chance to get that dialog with just clicking on an existing Maven project and Maven->Update Project...?
Maybe you can add that information also to the readme, that this is the default plugin being installed in Eclipse whenever the maven-processor-plugin is found in a pom.xml.
Currently there is no way to enforce the installation of m2e-apt through the pom.xml only. That would be possible with lifecycle-mapping. Could you make the m2e-apt Configurator the default for both goals of the maven-processor-plugin: https://maven-annotation-plugin.googlecode.com/svn/docs/plugin-info.html.
That way only a POM change will make every Eclipse user install that plugin automatically (similar to what is done for maven-bundle-plugin with the tycho m2e plugin
according mapping from the generated lifecycle mapping
What would be the appropriate comment to add to the lifecycle mapping to my own pom.xml to make it install that extension automatically?
The text was updated successfully, but these errors were encountered: