maven/maven-core-it/it1018/profiles.xml
John Dennis Casey 01e24b5473 Resolving: MNG-1055
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
2005-10-05 19:52:30 +00:00

12 lines
205 B
XML

<profilesXml>
<!-- activeProfiles>
<activeProfile>test</activeProfile>
</activeProfiles -->
<profiles>
<profile>
<id>test</id>
<junk/>
</profile>
</profiles>
</profilesXml>