Uses of Class
org.apache.maven.execution.ProfileActivation
Packages that use ProfileActivation
Package
Description
This package contains the
mvn
tool implementation.-
Uses of ProfileActivation in org.apache.maven
Methods in org.apache.maven with parameters of type ProfileActivationModifier and TypeMethodDescriptionprivate void
DefaultMaven.validateOptionalProfiles
(MavenSession session, ProfileActivation profileActivation) Check whether any of the requested optional profiles were not activated or deactivated.private void
DefaultMaven.validateRequiredProfiles
(MavenSession session, ProfileActivation profileActivation) Check whether the required profiles were found in any of the projects we're building or the settings. -
Uses of ProfileActivation in org.apache.maven.cli
Methods in org.apache.maven.cli with parameters of type ProfileActivationModifier and TypeMethodDescription(package private) static void
MavenCli.performProfileActivation
(org.apache.commons.cli.CommandLine commandLine, ProfileActivation profileActivation) Deprecated. -
Uses of ProfileActivation in org.apache.maven.cling.invoker.mvn
Methods in org.apache.maven.cling.invoker.mvn with parameters of type ProfileActivationModifier and TypeMethodDescriptionprotected void
MavenInvoker.performProfileActivation
(C context, ProfileActivation profileActivation) -
Uses of ProfileActivation in org.apache.maven.execution
Fields in org.apache.maven.execution declared as ProfileActivationModifier and TypeFieldDescriptionprivate final ProfileActivation
DefaultMavenExecutionRequest.profileActivation
Methods in org.apache.maven.execution that return ProfileActivationModifier and TypeMethodDescriptionDefaultMavenExecutionRequest.getProfileActivation()
MavenExecutionRequest.getProfileActivation()
Return the requested activation(s) of profile(s) in this execution.