PR: MNG-1529

Added defaultValue to the reportSet's id field, value of "default". This should correct reportSet merging during inheritance assembly.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@356044 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2005-12-11 22:25:51 +00:00
parent 9be8351902
commit b9c5816ba9
1 changed files with 1 additions and 0 deletions

View File

@ -2918,6 +2918,7 @@
<type>String</type>
<required>true</required>
<description>The unique id for this report set, to be used during POM inheritance.</description>
<defaultValue>default</defaultValue>
</field>
<field>
<name>configuration</name>