Class 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 envirnments.
      DefaultProfileManager​(org.codehaus.plexus.PlexusContainer container, java.util.Properties props)
      the properties passed to the profile manager are the props that are passed to maven, possibly containing profile activator properties
      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​(org.codehaus.plexus.PlexusContainer container, org.apache.maven.settings.Settings settings, java.util.Properties props)
      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 envirnments.
      • DefaultProfileManager

        public DefaultProfileManager​(org.codehaus.plexus.PlexusContainer container,
                                     java.util.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,
                                     java.util.Properties props)
        the properties passed to the profile manager are the props that are passed to maven, possibly containing profile activator properties