Setting up Maven for a team

Posted by Bytecode Ninja on Stack Overflow See other posts from Stack Overflow or by Bytecode Ninja
Published on 2010-05-29T03:38:05Z Indexed on 2010/05/29 3:42 UTC
Read the original article Hit count: 272

Filed under:
|

I have used Maven extensively for my personal projects, but now I have to set it up for a small team of 5-7 developers.

My main question is, what's the recommended approach for managing dependencies to commercial libraries that are not available in the Maven repos? How can I manage the dependency of these commercial libraries on the open source libraries that they use and are available in Maven repos?

Also, are there any other recommendations and advices that I should know or implement to make the setup as efficient, effective, and smooth as possible?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about java

Related posts about maven