Uses of Class
org.apache.maven.model.profile.DefaultProfileActivationContext
Packages that use DefaultProfileActivationContext
-
Uses of DefaultProfileActivationContext in org.apache.maven.model.profile
Methods in org.apache.maven.model.profile that return DefaultProfileActivationContextModifier and TypeMethodDescriptionDefaultProfileActivationContext.setActiveProfileIds(List<String> activeProfileIds) Deprecated.Sets the identifiers of those profiles that should be activated by explicit demand.DefaultProfileActivationContext.setInactiveProfileIds(List<String> inactiveProfileIds) Deprecated.Sets the identifiers of those profiles that should be deactivated by explicit demand.DefaultProfileActivationContext.setProjectDirectory(File projectDirectory) Deprecated.Sets the base directory of the current project.DefaultProfileActivationContext.setProjectProperties(Map<String, String> projectProperties) Deprecated.DefaultProfileActivationContext.setProjectProperties(Properties projectProperties) Deprecated.DefaultProfileActivationContext.setSystemProperties(Map<String, String> systemProperties) Deprecated.Sets the system properties to use for interpolation and profile activation.DefaultProfileActivationContext.setSystemProperties(Properties systemProperties) Deprecated.Sets the system properties to use for interpolation and profile activation.DefaultProfileActivationContext.setUserProperties(Map<String, String> userProperties) Deprecated.Sets the user properties to use for interpolation and profile activation.DefaultProfileActivationContext.setUserProperties(Properties userProperties) Deprecated.Sets the user properties to use for interpolation and profile activation.