Uses of Class
org.apache.maven.model.Build
Packages that use Build
Package
Description
POM merger.
- 
Uses of Build in org.apache.maven.modelMethods in org.apache.maven.model that return BuildMethods in org.apache.maven.model that return types with arguments of type BuildMethods in org.apache.maven.model with parameters of type BuildMethod parameters in org.apache.maven.model with type arguments of type Build
- 
Uses of Build in org.apache.maven.model.mergeMethods 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.projectMethods in org.apache.maven.project that return BuildMethods in org.apache.maven.project with parameters of type Build
- 
Uses of Build in org.apache.maven.project.inheritanceMethods in org.apache.maven.project.inheritance with parameters of type BuildModifier and TypeMethodDescriptionvoidDefaultModelInheritanceAssembler.assembleBuildInheritance(Build childBuild, Build parentBuild, boolean handleAsInheritance) Deprecated.voidModelInheritanceAssembler.assembleBuildInheritance(Build childBuild, Build parentBuild, boolean handleAsInheritance) Deprecated.