mirror of https://github.com/apache/maven.git
20 lines
312 B
XML
20 lines
312 B
XML
|
<settings>
|
||
|
|
||
|
<profiles>
|
||
|
<profile>
|
||
|
<id>test-repo</id>
|
||
|
<repositories>
|
||
|
<repository>
|
||
|
<id>test-repo</id>
|
||
|
<url>file:../../test-repo</url>
|
||
|
</repository>
|
||
|
</repositories>
|
||
|
</profile>
|
||
|
</profiles>
|
||
|
|
||
|
<activeProfiles>
|
||
|
<activeProfile>test-repo</activeProfile>
|
||
|
</activeProfiles>
|
||
|
|
||
|
</settings>
|