mirror of
https://github.com/apache/maven.git
synced 2025-02-07 10:38:47 +00:00
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@384321 13f79535-47bb-0310-9956-ffa450edef68
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>
|