Uses of Class
org.apache.maven.execution.ProjectActivation
Packages that use ProjectActivation
Package
Description
This package contains the
mvn
tool implementation.-
Uses of ProjectActivation in org.apache.maven.cli
Methods in org.apache.maven.cli with parameters of type ProjectActivationModifier and TypeMethodDescription(package private) static void
MavenCli.performProjectActivation
(org.apache.commons.cli.CommandLine commandLine, ProjectActivation projectActivation) Deprecated. -
Uses of ProjectActivation in org.apache.maven.cling.invoker.mvn
Methods in org.apache.maven.cling.invoker.mvn with parameters of type ProjectActivationModifier and TypeMethodDescriptionprotected void
MavenInvoker.performProjectActivation
(C context, ProjectActivation projectActivation) -
Uses of ProjectActivation in org.apache.maven.execution
Fields in org.apache.maven.execution declared as ProjectActivationModifier and TypeFieldDescriptionprivate final ProjectActivation
DefaultMavenExecutionRequest.projectActivation
Methods in org.apache.maven.execution that return ProjectActivationModifier and TypeMethodDescriptionDefaultMavenExecutionRequest.getProjectActivation()
MavenExecutionRequest.getProjectActivation()
Return the requested activation(s) of project(s) in this execution.