Author: jdcasey Date: Sun Dec 11 14:25:51 2005 New Revision: 356044 URL: http://svn.apache.org/viewcvs?rev=356044&view=rev Log: PR: MNG-1529
Added defaultValue to the reportSet's id field, value of "default". This should correct reportSet merging during inheritance assembly. Modified: maven/components/trunk/maven-model/maven.mdo Modified: maven/components/trunk/maven-model/maven.mdo URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-model/maven.mdo?rev=356044&r1=356043&r2=356044&view=diff ============================================================================== --- maven/components/trunk/maven-model/maven.mdo (original) +++ maven/components/trunk/maven-model/maven.mdo Sun Dec 11 14:25:51 2005 @@ -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>