Re: [m2e-users] Add nature and builder during import

2018-09-17 Thread Greg Amerson
Yes it is possible. However to do so you need to have an Eclipse plugin that registers a maven project configurator that will be hooked into the lifecycle of the m2e project import process. See here: https://www.eclipse.org/m2e/documentation/m2e-extension-development.html For an example you ca

[m2e-users] Add nature and builder during import

2018-09-14 Thread klaus
Hi all, is it possible to add an additional nature/builder during import of a maven project into eclipse? Do you know any way to do so? Even further; is it possible add nature/builder dependening on parent, dependency or plugins mentioned within the pom file? Any idea is welcome. Thanks, klaus _