Submitted by: Brian Bonner


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329585 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2005-10-30 16:09:34 +00:00
parent fc58444603
commit a604ac3411

View File

@ -37,7 +37,7 @@ Setting up Multiple Repositories
inheritance chain.
<<NOTE:>> You will also get the standard set of repositories as defined in the
{{{../getting-started/introduction-to-the-pom.html#Super POM}Super POM}}.
{{{../introduction/introduction-to-the-pom.html#Super POM}Super POM}}.
The other way you can specify the use of multiple repositories by creating a profile in
your <<<~/.m2/settings.xml>>> file like the following:
@ -85,4 +85,4 @@ mvn -Pmyprofile ...
In fact the <<<-P>>> option will take a CSV list of profiles to activate if you wish to
activate multiple profiles simultaneously.
<<Note>>: the settings descriptor documentation can be found {{{../../maven-settings/settings.html}here}}.
<<Note>>: the settings descriptor documentation can be found {{{../../maven-settings/settings.html}here}}.