mirror of
https://github.com/apache/maven.git
synced 2025-02-06 10:09:04 +00:00
This should finally resolve MNG-421 git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@189768 13f79535-47bb-0310-9956-ffa450edef68
17 lines
311 B
XML
17 lines
311 B
XML
<profilesXml>
|
|
<profiles>
|
|
<profile>
|
|
<id>test-profile</id>
|
|
|
|
<activation>
|
|
<property>
|
|
<name>includeProfile</name>
|
|
</property>
|
|
</activation>
|
|
|
|
<properties>
|
|
<test>test.txt</test>
|
|
</properties>
|
|
</profile>
|
|
</profiles>
|
|
</profilesXml> |