Class DefaultProfileManager

java.lang.Object
org.apache.maven.profiles.DefaultProfileManager
All Implemented Interfaces:
ProfileManager

public class DefaultProfileManager extends Object implements ProfileManager
  • Constructor Details

    • DefaultProfileManager

      public DefaultProfileManager(org.codehaus.plexus.PlexusContainer container)
      Deprecated.
      without passing in the system properties, the SystemPropertiesProfileActivator will not work correctly in embedded envirnments.
    • DefaultProfileManager

      public DefaultProfileManager(org.codehaus.plexus.PlexusContainer container, Properties props)
      the properties passed to the profile manager are the props that are passed to maven, possibly containing profile activator properties
    • DefaultProfileManager

      public DefaultProfileManager(org.codehaus.plexus.PlexusContainer container, org.apache.maven.settings.Settings settings)
      Deprecated.
      without passing in the system properties, the SystemPropertiesProfileActivator will not work correctly in embedded envirnments.
    • DefaultProfileManager

      public DefaultProfileManager(org.codehaus.plexus.PlexusContainer container, org.apache.maven.settings.Settings settings, Properties props)
      the properties passed to the profile manager are the props that are passed to maven, possibly containing profile activator properties
  • Method Details