On 3/15/07, JesseLiu <[EMAIL PROTECTED]> wrote:
I want maven2 first look up artifacts in my own repository , if not found ,then the central repository. How should I config in the settings.xml
I don't think you can control the order repositories are searched. What you could do is have your repository proxy the central repo, and then override the 'central' id in settings.xml so that it points to your repository. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
