Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Upgrading from Maven Eclipse plugin



On 2014-07-30, 12:46, Bernardo Pinto wrote:
Hi,

I want to migrate from the Maven Eclipse Plugin to m2e, but I still have
some Eclipse configurations that I generate with the "eclipse:eclipse"
maven command, namely:
- JDT formatter settings
- JDT apt settings

m2e does not directly support these, but you can commit .settings/
org.eclipse.jdt.core.prefs and org.eclipse.jdt.ui.prefs to your version
control system

- Google Development Toolkit settings
- Custom Request Factory path (for GWT)

I am not familiar with these. Most likely you will need to install (and
possibly develop) m2e integration for these tools.

- Eclipse Launch configurations


Runtime classpath for m2e projects is quite different from what's used
for projects generated with eclipse:eclipse. I am not aware of any
existing tools to migrate launch configurations (certainly not part of
m2e) and most likely it will be easier to recreate launch configurations.

--
Regards,
Igor

Is it possible to set these settings with m2e?


Bernardo Oliveira Pinto
Byclosure, Lda.
Mail: bernardo.pinto@xxxxxxxxxxxxx <mailto:bernardo.pinto@xxxxxxxxxxxxx>
Web: http://byclosure.com


_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users



Back to the top