Uses of Class
org.apache.maven.api.model.Profile
-
Uses of Profile in org.apache.maven.api.model
Modifier and TypeMethodDescriptionProfile.Builder.build()
static Profile
Profile.newInstance()
Creates a newProfile
instance.static Profile
Profile.newInstance
(boolean withDefaults) Creates a newProfile
instance using default values or not.Profile.withActivation
(Activation activation) Creates a newProfile
instance using the specified activation.Creates a newProfile
instance using the specified build.Profile.withDependencies
(Collection<Dependency> dependencies) Creates a newProfile
instance using the specified dependencies.Profile.withDependencyManagement
(DependencyManagement dependencyManagement) Creates a newProfile
instance using the specified dependencyManagement.Profile.withDistributionManagement
(DistributionManagement distributionManagement) Creates a newProfile
instance using the specified distributionManagement.Creates a newProfile
instance using the specified id.Profile.withModules
(Collection<String> modules) Creates a newProfile
instance using the specified modules.Profile.withPluginRepositories
(Collection<Repository> pluginRepositories) Creates a newProfile
instance using the specified pluginRepositories.Profile.withProperties
(Map<String, String> properties) Creates a newProfile
instance using the specified properties.Profile.withReporting
(Reporting reporting) Creates a newProfile
instance using the specified reporting.Profile.withRepositories
(Collection<Repository> repositories) Creates a newProfile
instance using the specified repositories.Modifier and TypeMethodDescriptionModel.getProfiles()
A listing of project-local build profiles which will modify the build process when activated.Modifier and TypeMethodDescriptionstatic 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.Modifier and TypeMethodDescriptionModel.Builder.profiles
(Collection<Profile> profiles) Model.withProfiles
(Collection<Profile> profiles) Creates a newModel
instance using the specified profiles.