I m kinda newbie to Maven and Continuous Integration, so excuse my trivial questions below In our project we intend to introduce the Continuous Integration through performing automated daily builds on our development integration server using Maven and hudson
我们根据一个单独的项目,在SCM的所有支柱(内部、商业和营地;第三党)中检查我们的项目,迫使网络项目依赖该项目,以便该项目能够用剪辑,然后出口欧洲复兴开发银行。
my question is, how will each developer locally on his machine compile the project now ?, should we remove the jars project at all from scm ? If yes : does this mean that each developer must refer to the enterprise s maven repository from within eclipse so that the project can compile ? and in that case there will be extreme NW overhead ?? If No : there might be a conflict between jars on scm and those in maven repository
another question that is related to the above one, will each developer have his own maven local repository on his machine ? final question, shall each developer compile the code using maven (through M2Eclipse) or using eclipse compiler as normal ?
感谢: