问题描述
我们在maven2上有几个企业项目,您认为现在切换到maven 3是个好主意吗?
We have several enterprise projects on maven2, do you think it would be a good idea to switch 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?
推荐答案
最重要的事情是使用Maven 3进行一些测试构建,以查看是否存在任何大问题.如果不是,那没什么大不了的.有改进之处,因为Maven 3通常比Maven 2中的相同版本快一点.因此,值得对其进行详细分析.
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.
这篇关于切换到Maven3的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!