Uses of Class
org.apache.maven.model.Build
Packages that use Build
-
Uses of Build in org.apache.maven.model
Methods 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.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)