What makes a maven project a Spring project? Is there a special packaging type or maybe a maven plugin that is required to build Spring projects on command line? If there is a common and strong indicator, then writing m2e extension that will enable spring nature and builder is next to trivial.
Also, m2e only adds natures and builders, it never removes them during configuration update. What m2e version are you using? -- Regards, Igor On 11-06-17 11:00 PM, Philippe Bastiani wrote:
Ok, i agree with your point of view: A concrete example: if I remove the folowing lines from the pom, M2E removes the Spring tools, when I update the configuration :( <additionalProjectnatures> <projectnature>org.springframework.ide.eclipse.core.springnature</projectnature> </additionalProjectnatures> <additionalBuildcommands> <buildcommand>org.springframework.ide.eclipse.core.springbuilder</buildcommand> </additionalBuildcommands> Regards, Philippe
_______________________________________________ m2e-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/m2e-users
