Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] How to properly configure m2e codebase in Eclipse?

M2e dev env setup page [1] is reasonably up to date. Maybe you didn't let m2e install tycho project configurator?

[1]https://www.eclipse.org/m2e/documentation/m2e-development-environment.html

--
Regards,
Igor




On March 28, 2016 6:32:47 PM "David M. Karr" <davidmichaelkarr@xxxxxxxxx> wrote:

I'd like to get acquainted with the m2e codebase, initially for a
somewhat trivial reason, as I know it does something simple with its POM
editor view that I plan to implement in a different plugin.  At some
point in the future, however, I'd like to work on some possible
enhancements to make it a tiny bit easier for "other" kinds of
developers to create projects that are Maven projects, without having to
deal with some details.

Is there a "Developer's Guide" that describes how to properly configure
the cloned repo in Eclipse for navigating and editing? I've imported all
the Maven projects, but what I noticed is that Eclipse doesn't know they
are Java projects.  Is there something simple I have to do for that?
_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-dev




Back to the top