Class DefaultProfileManager

  • All Implemented Interfaces:
    ProfileManager

    @Deprecated
    public class DefaultProfileManager
    extends java.lang.Object
    implements ProfileManager
    Deprecated.
    DefaultProfileManager
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultProfileManager​(org.codehaus.plexus.PlexusContainer container)
      Deprecated.
      without passing in the system properties, the SystemPropertiesProfileActivator will not work correctly in embedded environments.
      DefaultProfileManager​(org.codehaus.plexus.PlexusContainer container, java.util.Properties props)
      Deprecated.
      the properties passed to the profile manager are the props that are passed to maven, possibly containing profile activator properties
    • Constructor Detail

      • DefaultProfileManager

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

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