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 BuildModel.buildInformation 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 BuildMavenXpp3Reader.parseBuild(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseBuild.private BuildMavenXpp3ReaderEx.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 voidMavenXpp3Writer.writeBuild(Build build, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeBuild.private voidMavenXpp3WriterEx.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 voidModelMerger.mergeBuild(Build target, Build source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeBuild_Extensions(Build target, Build source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeBuild_OutputDirectory(Build target, Build source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeBuild_ScriptSourceDirectory(Build target, Build source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeBuild_SourceDirectory(Build target, Build source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeBuild_TestOutputDirectory(Build target, Build source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.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 PluginDefaultReportingConverter.findSitePlugin(Build build) -
Uses of Build in org.apache.maven.project
Methods in org.apache.maven.project that return BuildModifier and TypeMethodDescriptionMavenProject.getBuild()private BuildMavenProject.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 TypeMethodDescriptionvoidDefaultModelInheritanceAssembler.assembleBuildInheritance(Build childBuild, Build parentBuild, boolean handleAsInheritance) voidModelInheritanceAssembler.assembleBuildInheritance(Build childBuild, Build parentBuild, boolean handleAsInheritance) Deprecated.private static voidDefaultModelInheritanceAssembler.mergeExtensionLists(Build childBuild, Build parentBuild)