Package | Description |
---|---|
org.apache.maven.model.building | |
org.apache.maven.model.profile |
Modifier and Type | Method and Description |
---|---|
private DefaultProfileActivationContext |
DefaultModelBuilder.getProfileActivationContext(ModelBuildingRequest request,
Model rawModel) |
Modifier and Type | Method and Description |
---|---|
private java.util.Map<java.lang.String,Activation> |
DefaultModelBuilder.getInterpolatedActivations(Model rawModel,
DefaultProfileActivationContext context,
DefaultModelProblemCollector problems) |
Modifier and Type | Method and Description |
---|---|
DefaultProfileActivationContext |
DefaultProfileActivationContext.setActiveProfileIds(java.util.List<java.lang.String> activeProfileIds)
Sets the identifiers of those profiles that should be activated by explicit demand.
|
DefaultProfileActivationContext |
DefaultProfileActivationContext.setInactiveProfileIds(java.util.List<java.lang.String> inactiveProfileIds)
Sets the identifiers of those profiles that should be deactivated by explicit demand.
|
DefaultProfileActivationContext |
DefaultProfileActivationContext.setProjectDirectory(java.io.File projectDirectory)
Sets the base directory of the current project.
|
DefaultProfileActivationContext |
DefaultProfileActivationContext.setProjectProperties(java.util.Properties projectProperties) |
DefaultProfileActivationContext |
DefaultProfileActivationContext.setSystemProperties(java.util.Map<java.lang.String,java.lang.String> systemProperties)
Sets the system properties to use for interpolation and profile activation.
|
DefaultProfileActivationContext |
DefaultProfileActivationContext.setSystemProperties(java.util.Properties systemProperties)
Sets the system properties to use for interpolation and profile activation.
|
DefaultProfileActivationContext |
DefaultProfileActivationContext.setUserProperties(java.util.Map<java.lang.String,java.lang.String> userProperties)
Sets the user properties to use for interpolation and profile activation.
|
DefaultProfileActivationContext |
DefaultProfileActivationContext.setUserProperties(java.util.Properties userProperties)
Sets the user properties to use for interpolation and profile activation.
|