Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-alpha-5
-
Fix Version/s: 2.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
these elements don't have any meaning in this context
see http://maven.40175.n5.nabble.com/Fwd-archetype-catalog-xml-and-its-properties-and-goals-elements-what-populates-them-td2843289.html#a2843289
fixed in r1024184
and I found the explanation: these are archetype model attributes used at runtime (see the "goals" property of the generate mojo), so they are useful in the archetype object model, but not in the XML representation in the catalog descriptor. I marked them xml.transient in Modello descriptor, and eveyrthing is ok now.
note that I didn't change the model version, then the xsd descriptor at http://maven.apache.org/xsd/archetype-catalog-1.0.0.xsd will be replaced by a newer version