use local repo as mirror to speed consumer archetype build

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1325169 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-04-12 09:37:09 +00:00
parent 16c46cae45
commit a8f8c797ea
1 changed files with 11 additions and 2 deletions

View File

@ -19,8 +19,17 @@ specific language governing permissions and limitations
under the License.
-->
<settings>
<settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"
xmlns="http://maven.apache.org/SETTINGS/1.0.0">
<mirrors>
<mirror>
<mirrorOf>*</mirrorOf>
<id>local-mirror</id>
<name>local-mirror</name>
<url>@localRepositoryUrl@</url>
</mirror>
</mirrors>
<profiles>
<profile>
<id>it-repo</id>