You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by John Cartwright <Jo...@noaa.gov> on 2009/10/21 18:31:01 UTC

controlling order that repositories are checked for artifacts

Hello All,

How can I configure maven such that my organization's repository is
checked last?

I currently have the repositories configured as:

    <repositories>
        <repository>
            <id>ngdc-repo</id>
            <name>NGDC Maven Repository</name>
            <url>https://intranet.ngdc.noaa.gov/m2</url>
        </repository>
    </repositories>

Do I have to explicitly add in the default repository?

Thanks!

--john


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org