Maven goal which runs one or more ModelBuilder objects to gather metadata
about JSF artifacts into a Model object, then save that model object as an
xml file for use by other goals of this plugin.
Scan the source tree for doc-annotations, and build Model objects
containing info extracted from the doc-annotation attributes and
introspected info about the item the annotation is attached to.
For each component, try to find its "logical" parent component,
ie the nearest superclass that is also annotated as a component
and therefore has an entry in the model.
Merge the data in the specified other property into this one, throwing an
exception if there is an incompatibility.
merge(Model) -
Method in class org.apache.myfaces.buildtools.maven2.plugin.builder.model.Model
Adds all components from the other model to this model, because
only this info is necessary from construct a full model of
components and build correctly faces-config.xml, .tld, and
component and tag classes.
An implementation of the ModelBuilder interface that uses the Qdox java
source-parsing library to scan a list of specified source directories for
java files.
Specify whether this property is required, ie whether it is a syntax
error for someone to use a tag for a component with this property but not
explicitly provide a value for this property.
Specify whether this property is required, ie whether it is a syntax
error for someone to use a tag for a component with this property but not
explicitly provide a value for this property.
Sets the "root" converter Id representing the ID defined in faces-config
The root id will be used while the tag definition is written out,
while the regular Id is used for the lookup of existing converters.
Sets the "root" validator Id representing the ID defined in faces-config
The root id will be used while the tag definition is written out,
while the regular Id is used for the lookup of existing validators.