maven project with netbeans compiles fully on every run

Posted by Jeff Storey on Stack Overflow See other posts from Stack Overflow or by Jeff Storey
Published on 2010-04-22T21:59:15Z Indexed on 2010/04/22 22:03 UTC
Read the original article Hit count: 277

Filed under:
|
|

I was experimenting with Netbeans 6.8 (I'm currently an Eclipse user) because I like having a profiler built into the IDE. It seems that for maven projects, netbeans does a full compile (it invokes process-classes) every time I try to run the project, as opposed to Eclipse, which uses the incremental Java compiler. Is there a way to avoid having netbeans run mvn process-classes every time I want to run the main class?

thanks, Jeff

© Stack Overflow or respective owner

Related posts about maven

Related posts about ide