How to avoid wasting time during compilation during development?

Posted by user259576 on Stack Overflow See other posts from Stack Overflow or by user259576
Published on 2010-04-20T19:56:22Z Indexed on 2010/04/20 20:13 UTC
Read the original article Hit count: 133

Filed under:
|
|

Hello,

I'm working with a small team of developers. My job is to convert a Make project (with Intellij Idea 9.0) into a Maven 2 project.

The problem is : we spend a lot of time during the development. With Make, only one complete build was required and then any change did not consume a lot of time (almost instantaneously). On the other hand, with Maven 2, a little change takes a lot of time to run.

Any solution ? Thanks.

© Stack Overflow or respective owner

Related posts about maven-2

Related posts about java