Uses of Class
org.apache.maven.model.Build
Packages that use Build
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.XML reader and writer classes for Maven POM, generated from
maven.mdo
model.POM merger.
-
Uses of Build in org.apache.maven.model
Fields in org.apache.maven.model declared as BuildModifier and TypeFieldDescriptionprivate Build
Model.build
Information required to build the project.Methods in org.apache.maven.model that return BuildModifier and TypeMethodDescriptionBuild.clone()
Method clone.Model.getBuild()
Get information required to build the project.Methods in org.apache.maven.model with parameters of type Build -
Uses of Build in org.apache.maven.model.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type Build -
Uses of Build in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return BuildModifier and TypeMethodDescriptionprivate Build
MavenXpp3Reader.parseBuild
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseBuild.private Build
MavenXpp3ReaderEx.parseBuild
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) Method parseBuild.Methods in org.apache.maven.model.io.xpp3 with parameters of type BuildModifier and TypeMethodDescriptionprivate void
MavenXpp3Writer.writeBuild
(Build build, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeBuild.private void
MavenXpp3WriterEx.writeBuild
(Build build, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeBuild. -
Uses of Build in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type BuildModifier and TypeMethodDescriptionprotected void
ModelMerger.mergeBuild
(Build target, Build source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeBuild_Extensions
(Build target, Build source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeBuild_OutputDirectory
(Build target, Build source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeBuild_ScriptSourceDirectory
(Build target, Build source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeBuild_SourceDirectory
(Build target, Build source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeBuild_TestOutputDirectory
(Build target, Build source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeBuild_TestSourceDirectory
(Build target, Build source, boolean sourceDominant, Map<Object, Object> context) -
Uses of Build in org.apache.maven.model.plugin
Methods in org.apache.maven.model.plugin with parameters of type BuildModifier and TypeMethodDescriptionprivate Plugin
DefaultReportingConverter.findSitePlugin
(Build build) -
Uses of Build in org.apache.maven.project
Methods in org.apache.maven.project that return BuildModifier and TypeMethodDescriptionMavenProject.getBuild()
private Build
MavenProject.getModelBuild()
Methods in org.apache.maven.project with parameters of type Build -
Uses of Build in org.apache.maven.project.inheritance
Methods in org.apache.maven.project.inheritance with parameters of type BuildModifier and TypeMethodDescriptionvoid
DefaultModelInheritanceAssembler.assembleBuildInheritance
(Build childBuild, Build parentBuild, boolean handleAsInheritance) void
ModelInheritanceAssembler.assembleBuildInheritance
(Build childBuild, Build parentBuild, boolean handleAsInheritance) Deprecated.private static void
DefaultModelInheritanceAssembler.mergeExtensionLists
(Build childBuild, Build parentBuild)