mirror of https://github.com/apache/maven.git
18 lines
306 B
XML
18 lines
306 B
XML
|
<settings>
|
||
|
<profiles>
|
||
|
<profile>
|
||
|
<id>test-profile</id>
|
||
|
|
||
|
<activation>
|
||
|
<property>
|
||
|
<name>includeProfile</name>
|
||
|
</property>
|
||
|
</activation>
|
||
|
|
||
|
<properties>
|
||
|
<test>test.txt</test>
|
||
|
</properties>
|
||
|
</profile>
|
||
|
</profiles>
|
||
|
</settings>
|