mirror of https://github.com/apache/maven.git
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:
parent
9be8351902
commit
b9c5816ba9
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue