Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Maven Integration (M2E) » m2e and jdt plans
m2e and jdt plans [message #4163] Wed, 30 April 2008 22:34 Go to next message
Eclipse UserFriend
Originally posted by: treilly.prolifics.com

I am glad to see m2eclipse here at Eclipse. I've been wondering if at some
point in the future there are plans for the m2eclipse to provide the
compile or really all build tasks within Eclipse - such that JDT and
m2eclipse plugin are not redundantly building?
Re: m2e and jdt plans [message #4233 is a reply to message #4163] Wed, 30 April 2008 23:15 Go to previous message
Eugene Kuleshov is currently offline Eugene KuleshovFriend
Messages: 504
Registered: July 2009
Senior Member
Tim Reilly wrote:
> I am glad to see m2eclipse here at Eclipse. I've been wondering if at
> some point in the future there are plans for the m2eclipse to provide
> the compile or really all build tasks within Eclipse - such that JDT
> and m2eclipse plugin are not redundantly building?
Tim, when you are developing in Eclipse, there is no redundant
building between m2eclipse and JDT, as JDT is the only one who is
building classes.

The only time that you may see classes compiled again is when you
launch Maven from the command line of from IDE using shortcuts that
m2eclipse provides. In this case classes will be compiled into a
separate folder (see [1] for more details), but that can be changed, so
Maven would pickup classes compiled by JDT (though there is certain
danger in that).

Anyway, in the future we might be able to integrate Maven build life
cycle with JDT's own build cycle.

regards,
Eugene

[1]
http://docs.codehaus.org/display/M2ECLIPSE/Separate+Eclipse+ and+Maven+output+folders
Previous Topic:feedback for the Maven POM editor
Next Topic:feedback on m2eclipse project configuration API
Goto Forum:
  


Current Time: Tue Mar 19 06:11:46 GMT 2024

Powered by FUDForum. Page generated in 0.03924 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top