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-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to