I'm interested to move a project based on Seam 2.1.1 from Ant to Maven, to integrate some tools in the build process (like testability explorer and others)
我有兴趣将基于Seam 2.1.1的项目从Ant迁移到Maven,以在构建过程中集成一些工具(如testability explorer和其他)
Question is: you recommend it? I've read (in the few sites with useful information about this subject) that is quite pain in the back to use Seam 2 with Maven, while others say is worth the effort. What do you think?
问题是:你推荐吗?我已经读过(在少数网站上有关于这个主题的有用信息),在使用Seam 2和Maven时非常痛苦,而其他人说这是值得的。你怎么看?
1 个解决方案
#1
I am using Maven 2 in a number of projects of my own and at work. Maven can be fiddly to set up and debug but it definitely does save a lot of hassles with dependency management. It is really a love hate relationship.
我在我自己和工作的一些项目中使用Maven 2。 Maven可以很频繁地进行设置和调试,但它肯定会通过依赖管理来节省很多麻烦。这真的是一种爱恨交织的关系。
But overall, I think Maven is definitely a benefit to my projects. Once configured correctly, it is great for managing the dependecies I have in my projects.
但总的来说,我认为Maven对我的项目肯定是有益的。正确配置后,它非常适合管理我项目中的依赖项。
I definitely think it's worth the effort.
我绝对认为这是值得的。
#1
I am using Maven 2 in a number of projects of my own and at work. Maven can be fiddly to set up and debug but it definitely does save a lot of hassles with dependency management. It is really a love hate relationship.
我在我自己和工作的一些项目中使用Maven 2。 Maven可以很频繁地进行设置和调试,但它肯定会通过依赖管理来节省很多麻烦。这真的是一种爱恨交织的关系。
But overall, I think Maven is definitely a benefit to my projects. Once configured correctly, it is great for managing the dependecies I have in my projects.
但总的来说,我认为Maven对我的项目肯定是有益的。正确配置后,它非常适合管理我项目中的依赖项。
I definitely think it's worth the effort.
我绝对认为这是值得的。