Hi all, I am tasked with configuring our team's internal repository. As a team we are allowed to use any 3rd party dependencies for build-related activity, so for e.g. we may use JUnit/TestNG/EasyMock etc for the build. However, we are restricted in what we can and can't use for compile/runtime dependencies. Typically any 3rd party dependency like this needs to be okayed via a strict process (primarily due to licensing concerns).
So, I've configured two different repos: 1. A proxy to Maven Central 2. An internal repo that has a tightly controlled set of 3rd party dependencies. So my question is: how do I configure Maven to use the proxy for all test-scope dependencies but only the second repo for compile/runtime dependencies? Thanks, Ishaaq
