mirror of https://github.com/apache/maven.git
12 lines
205 B
XML
12 lines
205 B
XML
|
<profilesXml>
|
||
|
<!-- activeProfiles>
|
||
|
<activeProfile>test</activeProfile>
|
||
|
</activeProfiles -->
|
||
|
<profiles>
|
||
|
<profile>
|
||
|
<id>test</id>
|
||
|
<junk/>
|
||
|
</profile>
|
||
|
</profiles>
|
||
|
</profilesXml>
|