Uses of Class
org.apache.maven.api.model.Profile.Builder
-
Uses of Profile.Builder in org.apache.maven.api.model
Modifier and TypeMethodDescriptionProfile.Builder.activation
(Activation activation) Profile.Builder.dependencies
(Collection<Dependency> dependencies) Profile.Builder.dependencyManagement
(DependencyManagement dependencyManagement) Profile.Builder.distributionManagement
(DistributionManagement distributionManagement) Profile.Builder.location
(Object key, InputLocation location) Profile.Builder.modules
(Collection<String> modules) static Profile.Builder
Profile.newBuilder()
Creates a newProfile
builder instance.static Profile.Builder
Profile.newBuilder
(boolean withDefaults) Creates a newProfile
builder instance using default values or not.static Profile.Builder
Profile.newBuilder
(Profile from) Creates a newProfile
builder instance using the specified object as a basis.static Profile.Builder
Profile.newBuilder
(Profile from, boolean forceCopy) Creates a newProfile
builder instance using the specified object as a basis.Profile.Builder.pluginRepositories
(Collection<Repository> pluginRepositories) Profile.Builder.properties
(Map<String, String> properties) Profile.Builder.repositories
(Collection<Repository> repositories) Profile.with()
Creates a new builder with this object as the basis.