Uses of Interface
org.apache.maven.api.services.model.ProfileActivator
Packages that use ProfileActivator
Package
Description
-
Uses of ProfileActivator in org.apache.maven.internal.impl.model
Methods in org.apache.maven.internal.impl.model with parameters of type ProfileActivatorModifier and TypeMethodDescriptionDefaultProfileSelector.addProfileActivator
(ProfileActivator profileActivator) Constructor parameters in org.apache.maven.internal.impl.model with type arguments of type ProfileActivator -
Uses of ProfileActivator in org.apache.maven.internal.impl.model.profile
Classes in org.apache.maven.internal.impl.model.profile that implement ProfileActivatorModifier and TypeClassDescriptionclass
Determines profile activation based on the existence/absence of some file.class
Determines profile activation based on the version of the current Java runtime.class
Determines profile activation based on the operating system of the current runtime platform.class
Determines profile activation based on the project's packaging.class
Determines profile activation based on the existence or value of some execution property.