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