Some of the other questions and answers here on SO extol the virtues of using an enterprise repository tool like Archiva, Artifactory, or Nexus. What are the pros and cons of each? How do I choose between them?
In case it helps:
- We use both Maven 1 and Maven 2 (at least for a while)
- We want to store both internally-generated artifacts, publicly-available ones (ibiblio, codehaus, etc.), and proprietary ones (e.g. Sun's licensed JARs like the Servlet API).
- We would like something that runs on Windows, Linux, or both.
- We use Luntbuild as our CI server (but intend moving to Hudson some time).
N.B. this question is not a duplicate of either this one or this one.