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