Uses of Class
org.apache.maven.model.Build
-
-
Uses of Build in org.apache.maven.model
Fields in org.apache.maven.model declared as Build Modifier and Type Field Description private BuildModel. buildInformation required to build the project.Methods in org.apache.maven.model that return Build Modifier and Type Method Description BuildModel. getBuild()Get information required to build the project.Methods in org.apache.maven.model with parameters of type Build Modifier and Type Method Description voidModel. setBuild(Build build)Set information required to build the project. -
Uses of Build in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return Build Modifier and Type Method Description private BuildMavenXpp3Reader. parseBuild(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseBuild.Methods in org.apache.maven.model.io.xpp3 with parameters of type Build Modifier and Type Method Description private voidMavenXpp3Writer. writeBuild(Build build, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeBuild. -
Uses of Build in org.apache.maven.project
Fields in org.apache.maven.project declared as Build Modifier and Type Field Description private BuildMavenProject. dynamicBuildprivate BuildMavenProject. originalInterpolatedBuildMethods in org.apache.maven.project that return Build Modifier and Type Method Description static BuildModelUtils. cloneBuild(Build src)BuildMavenProject. getBuild()BuildMavenProject. getDynamicBuild()private BuildMavenProject. getModelBuild()BuildMavenProject. getOriginalInterpolatedBuild()Methods in org.apache.maven.project with parameters of type Build Modifier and Type Method Description static BuildModelUtils. cloneBuild(Build src)private voidDefaultMavenProjectBuilder. mergeDeterministicBuildElements(Build interpolatedBuild, Build dynamicBuild)static voidModelUtils. mergeExtensionLists(Build childBuild, Build parentBuild)voidMavenProject. preserveBuild(Build originalInterpolatedBuild)voidMavenProject. setBuild(Build build)protected voidMavenProject. setDynamicBuild(Build dynamicBuild)protected voidMavenProject. setOriginalInterpolatedBuild(Build originalInterpolatedBuild) -
Uses of Build in org.apache.maven.project.inheritance
Methods in org.apache.maven.project.inheritance with parameters of type Build Modifier and Type Method Description voidDefaultModelInheritanceAssembler. assembleBuildInheritance(Build childBuild, Build parentBuild, boolean handleAsInheritance)voidModelInheritanceAssembler. assembleBuildInheritance(Build childBuild, Build parentBuild, boolean handleAsInheritance) -
Uses of Build in org.apache.maven.project.injection
Methods in org.apache.maven.project.injection with parameters of type Build Modifier and Type Method Description private voidDefaultModelDefaultsInjector. injectPluginDefaults(Build build, PluginManagement pluginManagement) -
Uses of Build in org.apache.maven.project.overlay
Subclasses of Build in org.apache.maven.project.overlay Modifier and Type Class Description classBuildOverlayFields in org.apache.maven.project.overlay declared as Build Modifier and Type Field Description private BuildBuildOverlay. buildConstructors in org.apache.maven.project.overlay with parameters of type Build Constructor Description BuildOverlay(Build build)
-