mirror of https://github.com/apache/maven.git
15 lines
277 B
XML
15 lines
277 B
XML
|
<profilesXml>
|
||
|
<profiles>
|
||
|
<profile>
|
||
|
<id>test</id>
|
||
|
<properties>
|
||
|
<profilesXmlValue>Present</profilesXmlValue>
|
||
|
</properties>
|
||
|
</profile>
|
||
|
</profiles>
|
||
|
<activeProfiles>
|
||
|
<activeProfile>test</activeProfile>
|
||
|
</activeProfiles>
|
||
|
</profilesXml>
|
||
|
|