mirror of
https://github.com/apache/maven.git
synced 2025-02-06 18:18:48 +00:00
01e24b5473
o Adding error diagnoser for ProfileActivationException, and an IT to test the formatting. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@295096 13f79535-47bb-0310-9956-ffa450edef68
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>
|