Class DefaultProfileManager

  • All Implemented Interfaces:
    ProfileManager

    @Deprecated
    public class DefaultProfileManager
    extends java.lang.Object
    implements ProfileManager
    Deprecated.
    DefaultProfileManager
    • Field Detail

      • logger

        @Requirement
        private org.codehaus.plexus.logging.Logger logger
        Deprecated.
      • profileSelector

        @Requirement
        private ProfileSelector profileSelector
        Deprecated.
      • activatedIds

        private java.util.List<java.lang.String> activatedIds
        Deprecated.
      • deactivatedIds

        private java.util.List<java.lang.String> deactivatedIds
        Deprecated.
      • defaultIds

        private java.util.List<java.lang.String> defaultIds
        Deprecated.
      • profilesById

        private java.util.Map<java.lang.String,​Profile> profilesById
        Deprecated.
      • requestProperties

        private java.util.Properties requestProperties
        Deprecated.
    • Constructor Detail

      • DefaultProfileManager

        @Deprecated
        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