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: [email protected] <mailto:[email protected]> Web: http://byclosure.com _______________________________________________ m2e-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/m2e-users
_______________________________________________ m2e-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/m2e-users
