On Thu, May 19, 2011 at 12:18, Pete Muir <pmuir(a)redhat.com> wrote:
Maven guys used to recommend not putting repos in poms, but they
changed that a while back and now don't discourage it.
Don't know about that, but if you want something in Maven Central, it
cannot depend on external repos. You can refer to external artifacts,
but it's up to the user to add them to their own settings.xml / repo.
Tristan