Uses of Class
org.apache.maven.model.Activation
Packages that use Activation
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
Uses of Activation in org.apache.maven.model
Methods in org.apache.maven.model that return ActivationModifier and TypeMethodDescriptionActivation.clone()
Method clone.Profile.getActivation()
Get the conditional logic which will automatically trigger the inclusion of this profile.Methods in org.apache.maven.model with parameters of type ActivationModifier and TypeMethodDescriptionvoid
Profile.setActivation
(Activation activation) Set the conditional logic which will automatically trigger the inclusion of this profile. -
Uses of Activation in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type ActivationModifier and TypeMethodDescriptionprotected void
ModelMerger.mergeActivation
(Activation target, Activation source, boolean sourceDominant, Map<Object, Object> context)