Uses of Class
org.apache.maven.api.model.Profile.Builder
-
Uses of Profile.Builder in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return Profile.BuilderModifier 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.BuilderProfile.newBuilder()Creates a newProfilebuilder instance.static Profile.BuilderProfile.newBuilder(boolean withDefaults) Creates a newProfilebuilder instance using default values or not.static Profile.BuilderProfile.newBuilder(Profile from) Creates a newProfilebuilder instance using the specified object as a basis.static Profile.BuilderProfile.newBuilder(Profile from, boolean forceCopy) Creates a newProfilebuilder 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.