mirror of https://github.com/apache/maven.git
16 lines
273 B
XML
16 lines
273 B
XML
|
<settings>
|
||
|
<activeProfiles>
|
||
|
<activeProfile>test-profile</activeProfile>
|
||
|
</activeProfiles>
|
||
|
|
||
|
<profiles>
|
||
|
<profile>
|
||
|
<id>test-profile</id>
|
||
|
|
||
|
<properties>
|
||
|
<test>test.txt</test>
|
||
|
</properties>
|
||
|
</profile>
|
||
|
</profiles>
|
||
|
</settings>
|