mirror of https://github.com/apache/maven.git
14 lines
246 B
XML
14 lines
246 B
XML
|
<settings>
|
||
|
<profiles>
|
||
|
<profile>
|
||
|
<id>test</id>
|
||
|
<properties>
|
||
|
<libdir>lib</libdir>
|
||
|
</properties>
|
||
|
</profile>
|
||
|
</profiles>
|
||
|
<activeProfiles>
|
||
|
<activeProfile>test</activeProfile>
|
||
|
</activeProfiles>
|
||
|
</settings>
|