Uses of Class
org.apache.maven.model.BuildBase
Packages that use BuildBase
Package
Description
-
Uses of BuildBase in org.apache.maven.model
Subclasses of BuildBase in org.apache.maven.modelModifier and TypeClassDescriptionclass
The<build>
element contains informations required to build the project.Fields in org.apache.maven.model declared as BuildBaseModifier and TypeFieldDescriptionprivate BuildBase
Profile.build
Information required to build the project.Methods in org.apache.maven.model that return BuildBaseModifier and TypeMethodDescriptionProfile.getBuild()
Get information required to build the project.Methods in org.apache.maven.model with parameters of type BuildBase -
Uses of BuildBase in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return BuildBaseModifier and TypeMethodDescriptionprivate BuildBase
MavenXpp3Reader.parseBuildBase
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseBuildBase.Methods in org.apache.maven.model.io.xpp3 with parameters of type BuildBaseModifier and TypeMethodDescriptionprivate void
MavenXpp3Writer.writeBuildBase
(BuildBase buildBase, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeBuildBase. -
Uses of BuildBase in org.apache.maven.project
Methods in org.apache.maven.project with parameters of type BuildBaseModifier and TypeMethodDescriptionstatic void
ModelUtils.cloneBuildBaseFields
(BuildBase src, BuildBase result) -
Uses of BuildBase in org.apache.maven.project.overlay
Subclasses of BuildBase in org.apache.maven.project.overlay