switching to maven3
We have several enterprise projects on maven2, do you think it would be a good idea to swi开发者_C百科tch now to maven 3?
I heard the migration is not hard but there are not big improvements unless you're going to use the parallel builds. But our build machine is already almost choked up so I don't think we can use it.
Has someone experienced problems or big improvements?
The most important thing is to do some test builds with Maven 3 to see if there a any big problems. If not it's not a big deal. Improvments are there, cause Maven 3 is usually a little bit faster than the same build in Maven 2. So it might be worth to analyze it in detail.
精彩评论