mirror of https://github.com/apache/maven.git
Refactor management of activated, deactivated, and default-activated profile ids, so the context tracks all of that stuff.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@612186 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a35ec37b54
commit
ca169d0262
|
@ -12,7 +12,6 @@ import org.apache.maven.execution.MavenExecutionRequest;
|
||||||
import org.apache.maven.execution.MavenExecutionResult;
|
import org.apache.maven.execution.MavenExecutionResult;
|
||||||
import org.apache.maven.execution.MavenSession;
|
import org.apache.maven.execution.MavenSession;
|
||||||
import org.apache.maven.extension.DefaultExtensionManager;
|
import org.apache.maven.extension.DefaultExtensionManager;
|
||||||
import org.apache.maven.execution.MavenRealmManager;
|
|
||||||
import org.apache.maven.artifact.Artifact;
|
import org.apache.maven.artifact.Artifact;
|
||||||
import org.apache.maven.artifact.factory.ArtifactFactory;
|
import org.apache.maven.artifact.factory.ArtifactFactory;
|
||||||
import org.apache.maven.artifact.metadata.ResolutionGroup;
|
import org.apache.maven.artifact.metadata.ResolutionGroup;
|
||||||
|
@ -33,6 +32,7 @@ import org.apache.maven.plugin.descriptor.PluginDescriptor;
|
||||||
import org.apache.maven.plugin.version.PluginVersionNotFoundException;
|
import org.apache.maven.plugin.version.PluginVersionNotFoundException;
|
||||||
import org.apache.maven.plugin.version.PluginVersionResolutionException;
|
import org.apache.maven.plugin.version.PluginVersionResolutionException;
|
||||||
import org.apache.maven.project.MavenProject;
|
import org.apache.maven.project.MavenProject;
|
||||||
|
import org.apache.maven.realm.MavenRealmManager;
|
||||||
import org.apache.maven.settings.MavenSettingsBuilder;
|
import org.apache.maven.settings.MavenSettingsBuilder;
|
||||||
import org.apache.maven.settings.DefaultMavenSettingsBuilder;
|
import org.apache.maven.settings.DefaultMavenSettingsBuilder;
|
||||||
import org.apache.maven.settings.Settings;
|
import org.apache.maven.settings.Settings;
|
||||||
|
|
|
@ -8,7 +8,6 @@ import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException
|
||||||
import org.apache.maven.artifact.Artifact;
|
import org.apache.maven.artifact.Artifact;
|
||||||
import org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException;
|
import org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException;
|
||||||
import org.apache.maven.execution.MavenExecutionRequest;
|
import org.apache.maven.execution.MavenExecutionRequest;
|
||||||
import org.apache.maven.execution.RealmManagementException;
|
|
||||||
import org.apache.maven.plugin.PluginNotFoundException;
|
import org.apache.maven.plugin.PluginNotFoundException;
|
||||||
import org.apache.maven.plugin.version.PluginVersionNotFoundException;
|
import org.apache.maven.plugin.version.PluginVersionNotFoundException;
|
||||||
import org.apache.maven.plugin.version.PluginVersionResolutionException;
|
import org.apache.maven.plugin.version.PluginVersionResolutionException;
|
||||||
|
@ -28,6 +27,7 @@ import org.apache.maven.extension.DefaultExtensionManager;
|
||||||
import org.apache.maven.model.Prerequisites;
|
import org.apache.maven.model.Prerequisites;
|
||||||
import org.apache.maven.plugin.DefaultPluginManager;
|
import org.apache.maven.plugin.DefaultPluginManager;
|
||||||
import org.apache.maven.plugin.version.DefaultPluginVersionManager;
|
import org.apache.maven.plugin.version.DefaultPluginVersionManager;
|
||||||
|
import org.apache.maven.realm.RealmManagementException;
|
||||||
import org.apache.maven.execution.RuntimeInformation;
|
import org.apache.maven.execution.RuntimeInformation;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
|
|
@ -12,7 +12,6 @@ import org.apache.maven.artifact.versioning.ArtifactVersion;
|
||||||
import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
|
import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
|
||||||
import org.apache.maven.execution.MavenExecutionRequest;
|
import org.apache.maven.execution.MavenExecutionRequest;
|
||||||
import org.apache.maven.execution.MavenSession;
|
import org.apache.maven.execution.MavenSession;
|
||||||
import org.apache.maven.execution.RealmManagementException;
|
|
||||||
import org.apache.maven.extension.ExtensionManagerException;
|
import org.apache.maven.extension.ExtensionManagerException;
|
||||||
import org.apache.maven.lifecycle.LifecycleException;
|
import org.apache.maven.lifecycle.LifecycleException;
|
||||||
import org.apache.maven.lifecycle.LifecycleExecutionException;
|
import org.apache.maven.lifecycle.LifecycleExecutionException;
|
||||||
|
@ -40,6 +39,7 @@ import org.apache.maven.project.error.ProjectErrorReporter;
|
||||||
import org.apache.maven.project.interpolation.ModelInterpolationException;
|
import org.apache.maven.project.interpolation.ModelInterpolationException;
|
||||||
import org.apache.maven.project.path.PathTranslator;
|
import org.apache.maven.project.path.PathTranslator;
|
||||||
import org.apache.maven.reactor.MavenExecutionException;
|
import org.apache.maven.reactor.MavenExecutionException;
|
||||||
|
import org.apache.maven.realm.RealmManagementException;
|
||||||
import org.codehaus.plexus.component.configurator.expression.ExpressionEvaluationException;
|
import org.codehaus.plexus.component.configurator.expression.ExpressionEvaluationException;
|
||||||
import org.codehaus.plexus.component.repository.exception.ComponentLookupException;
|
import org.codehaus.plexus.component.repository.exception.ComponentLookupException;
|
||||||
import org.codehaus.plexus.configuration.PlexusConfiguration;
|
import org.codehaus.plexus.configuration.PlexusConfiguration;
|
||||||
|
|
|
@ -7,7 +7,6 @@ import org.apache.maven.artifact.resolver.AbstractArtifactResolutionException;
|
||||||
import org.apache.maven.artifact.resolver.ArtifactResolutionResult;
|
import org.apache.maven.artifact.resolver.ArtifactResolutionResult;
|
||||||
import org.apache.maven.artifact.versioning.ArtifactVersion;
|
import org.apache.maven.artifact.versioning.ArtifactVersion;
|
||||||
import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
|
import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
|
||||||
import org.apache.maven.execution.RealmManagementException;
|
|
||||||
import org.apache.maven.lifecycle.LifecycleException;
|
import org.apache.maven.lifecycle.LifecycleException;
|
||||||
import org.apache.maven.lifecycle.model.MojoBinding;
|
import org.apache.maven.lifecycle.model.MojoBinding;
|
||||||
import org.apache.maven.model.Model;
|
import org.apache.maven.model.Model;
|
||||||
|
@ -23,6 +22,7 @@ import org.apache.maven.plugin.version.PluginVersionResolutionException;
|
||||||
import org.apache.maven.project.MavenProject;
|
import org.apache.maven.project.MavenProject;
|
||||||
import org.apache.maven.project.artifact.InvalidDependencyVersionException;
|
import org.apache.maven.project.artifact.InvalidDependencyVersionException;
|
||||||
import org.apache.maven.project.interpolation.ModelInterpolationException;
|
import org.apache.maven.project.interpolation.ModelInterpolationException;
|
||||||
|
import org.apache.maven.realm.RealmManagementException;
|
||||||
import org.codehaus.plexus.component.repository.exception.ComponentLookupException;
|
import org.codehaus.plexus.component.repository.exception.ComponentLookupException;
|
||||||
import org.codehaus.plexus.configuration.PlexusConfiguration;
|
import org.codehaus.plexus.configuration.PlexusConfiguration;
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,6 @@ import org.apache.maven.artifact.versioning.ArtifactVersion;
|
||||||
import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
|
import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
|
||||||
import org.apache.maven.execution.MavenExecutionRequest;
|
import org.apache.maven.execution.MavenExecutionRequest;
|
||||||
import org.apache.maven.execution.MavenSession;
|
import org.apache.maven.execution.MavenSession;
|
||||||
import org.apache.maven.execution.RealmManagementException;
|
|
||||||
import org.apache.maven.extension.ExtensionManagerException;
|
import org.apache.maven.extension.ExtensionManagerException;
|
||||||
import org.apache.maven.lifecycle.LifecycleException;
|
import org.apache.maven.lifecycle.LifecycleException;
|
||||||
import org.apache.maven.lifecycle.LifecycleExecutionException;
|
import org.apache.maven.lifecycle.LifecycleExecutionException;
|
||||||
|
@ -48,6 +47,7 @@ import org.apache.maven.project.error.ProjectReporterManager;
|
||||||
import org.apache.maven.project.interpolation.ModelInterpolationException;
|
import org.apache.maven.project.interpolation.ModelInterpolationException;
|
||||||
import org.apache.maven.project.path.PathTranslator;
|
import org.apache.maven.project.path.PathTranslator;
|
||||||
import org.apache.maven.reactor.MavenExecutionException;
|
import org.apache.maven.reactor.MavenExecutionException;
|
||||||
|
import org.apache.maven.realm.RealmManagementException;
|
||||||
import org.codehaus.plexus.component.configurator.expression.ExpressionEvaluationException;
|
import org.codehaus.plexus.component.configurator.expression.ExpressionEvaluationException;
|
||||||
import org.codehaus.plexus.component.repository.exception.ComponentLookupException;
|
import org.codehaus.plexus.component.repository.exception.ComponentLookupException;
|
||||||
import org.codehaus.plexus.configuration.PlexusConfiguration;
|
import org.codehaus.plexus.configuration.PlexusConfiguration;
|
||||||
|
|
|
@ -23,6 +23,8 @@ import org.apache.maven.artifact.repository.ArtifactRepository;
|
||||||
import org.apache.maven.errors.CoreErrorReporter;
|
import org.apache.maven.errors.CoreErrorReporter;
|
||||||
import org.apache.maven.monitor.event.EventMonitor;
|
import org.apache.maven.monitor.event.EventMonitor;
|
||||||
import org.apache.maven.profiles.ProfileManager;
|
import org.apache.maven.profiles.ProfileManager;
|
||||||
|
import org.apache.maven.profiles.activation.ProfileActivationContext;
|
||||||
|
import org.apache.maven.realm.MavenRealmManager;
|
||||||
import org.apache.maven.settings.Settings;
|
import org.apache.maven.settings.Settings;
|
||||||
import org.apache.maven.wagon.events.TransferListener;
|
import org.apache.maven.wagon.events.TransferListener;
|
||||||
|
|
||||||
|
@ -530,6 +532,8 @@ public class DefaultMavenExecutionRequest
|
||||||
|
|
||||||
private CoreErrorReporter errorReporter;
|
private CoreErrorReporter errorReporter;
|
||||||
|
|
||||||
|
private ProfileActivationContext profileActivationContext;
|
||||||
|
|
||||||
public MavenExecutionRequest setSettings( Settings settings )
|
public MavenExecutionRequest setSettings( Settings settings )
|
||||||
{
|
{
|
||||||
this.settings = settings;
|
this.settings = settings;
|
||||||
|
@ -637,4 +641,15 @@ public class DefaultMavenExecutionRequest
|
||||||
errorReporter = reporter;
|
errorReporter = reporter;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public ProfileActivationContext getProfileActivationContext()
|
||||||
|
{
|
||||||
|
return profileActivationContext;
|
||||||
|
}
|
||||||
|
|
||||||
|
public MavenExecutionRequest setProfileActivationContext( ProfileActivationContext profileActivationContext )
|
||||||
|
{
|
||||||
|
this.profileActivationContext = profileActivationContext;
|
||||||
|
return this;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,6 +24,8 @@ import org.apache.maven.artifact.repository.ArtifactRepositoryPolicy;
|
||||||
import org.apache.maven.errors.CoreErrorReporter;
|
import org.apache.maven.errors.CoreErrorReporter;
|
||||||
import org.apache.maven.monitor.event.EventMonitor;
|
import org.apache.maven.monitor.event.EventMonitor;
|
||||||
import org.apache.maven.profiles.ProfileManager;
|
import org.apache.maven.profiles.ProfileManager;
|
||||||
|
import org.apache.maven.profiles.activation.ProfileActivationContext;
|
||||||
|
import org.apache.maven.realm.MavenRealmManager;
|
||||||
import org.apache.maven.settings.Settings;
|
import org.apache.maven.settings.Settings;
|
||||||
import org.apache.maven.wagon.events.TransferListener;
|
import org.apache.maven.wagon.events.TransferListener;
|
||||||
import org.codehaus.plexus.logging.Logger;
|
import org.codehaus.plexus.logging.Logger;
|
||||||
|
@ -192,6 +194,9 @@ public interface MavenExecutionRequest
|
||||||
ProfileManager getProfileManager();
|
ProfileManager getProfileManager();
|
||||||
MavenExecutionRequest setProfileManager( ProfileManager profileManager );
|
MavenExecutionRequest setProfileManager( ProfileManager profileManager );
|
||||||
|
|
||||||
|
ProfileActivationContext getProfileActivationContext();
|
||||||
|
MavenExecutionRequest setProfileActivationContext( ProfileActivationContext profileActivationContext );
|
||||||
|
|
||||||
boolean isProjectPresent();
|
boolean isProjectPresent();
|
||||||
MavenExecutionRequest setProjectPresent( boolean isProjectPresent );
|
MavenExecutionRequest setProjectPresent( boolean isProjectPresent );
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,7 @@ import org.apache.maven.monitor.event.EventDispatcher;
|
||||||
import org.apache.maven.plugin.descriptor.MojoDescriptor;
|
import org.apache.maven.plugin.descriptor.MojoDescriptor;
|
||||||
import org.apache.maven.plugin.descriptor.PluginDescriptor;
|
import org.apache.maven.plugin.descriptor.PluginDescriptor;
|
||||||
import org.apache.maven.project.MavenProject;
|
import org.apache.maven.project.MavenProject;
|
||||||
|
import org.apache.maven.realm.MavenRealmManager;
|
||||||
import org.apache.maven.reporting.MavenReport;
|
import org.apache.maven.reporting.MavenReport;
|
||||||
import org.apache.maven.settings.Settings;
|
import org.apache.maven.settings.Settings;
|
||||||
import org.codehaus.plexus.PlexusContainer;
|
import org.codehaus.plexus.PlexusContainer;
|
||||||
|
|
|
@ -38,10 +38,7 @@ import org.apache.maven.artifact.versioning.DefaultArtifactVersion;
|
||||||
import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
|
import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
|
||||||
import org.apache.maven.artifact.versioning.VersionRange;
|
import org.apache.maven.artifact.versioning.VersionRange;
|
||||||
import org.apache.maven.execution.MavenExecutionRequest;
|
import org.apache.maven.execution.MavenExecutionRequest;
|
||||||
import org.apache.maven.execution.MavenRealmManager;
|
|
||||||
import org.apache.maven.execution.MavenSession;
|
import org.apache.maven.execution.MavenSession;
|
||||||
import org.apache.maven.execution.RealmManagementException;
|
|
||||||
import org.apache.maven.execution.RealmUtils;
|
|
||||||
import org.apache.maven.model.Extension;
|
import org.apache.maven.model.Extension;
|
||||||
import org.apache.maven.model.Model;
|
import org.apache.maven.model.Model;
|
||||||
import org.apache.maven.model.Parent;
|
import org.apache.maven.model.Parent;
|
||||||
|
@ -56,6 +53,9 @@ import org.apache.maven.plugin.descriptor.PluginDescriptor;
|
||||||
import org.apache.maven.plugin.version.PluginVersionNotFoundException;
|
import org.apache.maven.plugin.version.PluginVersionNotFoundException;
|
||||||
import org.apache.maven.plugin.version.PluginVersionResolutionException;
|
import org.apache.maven.plugin.version.PluginVersionResolutionException;
|
||||||
import org.apache.maven.project.MavenProject;
|
import org.apache.maven.project.MavenProject;
|
||||||
|
import org.apache.maven.realm.MavenRealmManager;
|
||||||
|
import org.apache.maven.realm.RealmManagementException;
|
||||||
|
import org.apache.maven.realm.RealmUtils;
|
||||||
import org.codehaus.plexus.MutablePlexusContainer;
|
import org.codehaus.plexus.MutablePlexusContainer;
|
||||||
import org.codehaus.plexus.PlexusConstants;
|
import org.codehaus.plexus.PlexusConstants;
|
||||||
import org.codehaus.plexus.context.Context;
|
import org.codehaus.plexus.context.Context;
|
||||||
|
|
|
@ -5,12 +5,12 @@ import org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException;
|
||||||
import org.apache.maven.artifact.resolver.ArtifactNotFoundException;
|
import org.apache.maven.artifact.resolver.ArtifactNotFoundException;
|
||||||
import org.apache.maven.artifact.resolver.ArtifactResolutionException;
|
import org.apache.maven.artifact.resolver.ArtifactResolutionException;
|
||||||
import org.apache.maven.artifact.resolver.ArtifactResolutionResult;
|
import org.apache.maven.artifact.resolver.ArtifactResolutionResult;
|
||||||
import org.apache.maven.execution.RealmManagementException;
|
|
||||||
import org.apache.maven.plugin.InvalidPluginException;
|
import org.apache.maven.plugin.InvalidPluginException;
|
||||||
import org.apache.maven.plugin.PluginManagerException;
|
import org.apache.maven.plugin.PluginManagerException;
|
||||||
import org.apache.maven.plugin.PluginNotFoundException;
|
import org.apache.maven.plugin.PluginNotFoundException;
|
||||||
import org.apache.maven.plugin.version.PluginVersionNotFoundException;
|
import org.apache.maven.plugin.version.PluginVersionNotFoundException;
|
||||||
import org.apache.maven.plugin.version.PluginVersionResolutionException;
|
import org.apache.maven.plugin.version.PluginVersionResolutionException;
|
||||||
|
import org.apache.maven.realm.RealmManagementException;
|
||||||
|
|
||||||
public class ExtensionManagerException
|
public class ExtensionManagerException
|
||||||
extends Exception
|
extends Exception
|
||||||
|
|
|
@ -35,9 +35,7 @@ import org.apache.maven.artifact.resolver.filter.ScopeArtifactFilter;
|
||||||
import org.apache.maven.artifact.versioning.DefaultArtifactVersion;
|
import org.apache.maven.artifact.versioning.DefaultArtifactVersion;
|
||||||
import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
|
import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
|
||||||
import org.apache.maven.artifact.versioning.VersionRange;
|
import org.apache.maven.artifact.versioning.VersionRange;
|
||||||
import org.apache.maven.execution.MavenRealmManager;
|
|
||||||
import org.apache.maven.execution.MavenSession;
|
import org.apache.maven.execution.MavenSession;
|
||||||
import org.apache.maven.execution.RealmManagementException;
|
|
||||||
import org.apache.maven.execution.RuntimeInformation;
|
import org.apache.maven.execution.RuntimeInformation;
|
||||||
import org.apache.maven.lifecycle.statemgmt.StateManagementUtils;
|
import org.apache.maven.lifecycle.statemgmt.StateManagementUtils;
|
||||||
import org.apache.maven.model.Plugin;
|
import org.apache.maven.model.Plugin;
|
||||||
|
@ -59,6 +57,8 @@ import org.apache.maven.project.ProjectBuildingException;
|
||||||
import org.apache.maven.project.artifact.InvalidDependencyVersionException;
|
import org.apache.maven.project.artifact.InvalidDependencyVersionException;
|
||||||
import org.apache.maven.project.artifact.MavenMetadataSource;
|
import org.apache.maven.project.artifact.MavenMetadataSource;
|
||||||
import org.apache.maven.project.path.PathTranslator;
|
import org.apache.maven.project.path.PathTranslator;
|
||||||
|
import org.apache.maven.realm.MavenRealmManager;
|
||||||
|
import org.apache.maven.realm.RealmManagementException;
|
||||||
import org.apache.maven.reporting.MavenReport;
|
import org.apache.maven.reporting.MavenReport;
|
||||||
import org.codehaus.plexus.MutablePlexusContainer;
|
import org.codehaus.plexus.MutablePlexusContainer;
|
||||||
import org.codehaus.plexus.PlexusConstants;
|
import org.codehaus.plexus.PlexusConstants;
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
package org.apache.maven.plugin;
|
package org.apache.maven.plugin;
|
||||||
|
|
||||||
import org.apache.maven.execution.RealmManagementException;
|
|
||||||
import org.apache.maven.model.Plugin;
|
import org.apache.maven.model.Plugin;
|
||||||
import org.apache.maven.plugin.descriptor.MojoDescriptor;
|
import org.apache.maven.plugin.descriptor.MojoDescriptor;
|
||||||
|
import org.apache.maven.realm.RealmManagementException;
|
||||||
import org.codehaus.plexus.classworlds.realm.ClassRealm;
|
import org.codehaus.plexus.classworlds.realm.ClassRealm;
|
||||||
import org.codehaus.plexus.component.repository.exception.ComponentLookupException;
|
import org.codehaus.plexus.component.repository.exception.ComponentLookupException;
|
||||||
import org.codehaus.plexus.component.repository.exception.ComponentRepositoryException;
|
import org.codehaus.plexus.component.repository.exception.ComponentRepositoryException;
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
package org.apache.maven.plugin;
|
package org.apache.maven.plugin;
|
||||||
|
|
||||||
import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
|
import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
|
||||||
import org.apache.maven.execution.RealmManagementException;
|
|
||||||
import org.apache.maven.model.Plugin;
|
import org.apache.maven.model.Plugin;
|
||||||
import org.apache.maven.plugin.descriptor.MojoDescriptor;
|
import org.apache.maven.plugin.descriptor.MojoDescriptor;
|
||||||
import org.apache.maven.plugin.descriptor.PluginDescriptor;
|
import org.apache.maven.plugin.descriptor.PluginDescriptor;
|
||||||
import org.apache.maven.project.MavenProject;
|
import org.apache.maven.project.MavenProject;
|
||||||
|
import org.apache.maven.realm.RealmManagementException;
|
||||||
import org.codehaus.plexus.PlexusContainerException;
|
import org.codehaus.plexus.PlexusContainerException;
|
||||||
import org.codehaus.plexus.classworlds.realm.NoSuchRealmException;
|
import org.codehaus.plexus.classworlds.realm.NoSuchRealmException;
|
||||||
import org.codehaus.plexus.component.repository.exception.ComponentRepositoryException;
|
import org.codehaus.plexus.component.repository.exception.ComponentRepositoryException;
|
||||||
|
|
|
@ -2,6 +2,7 @@ package org.apache.maven.execution;
|
||||||
|
|
||||||
import org.apache.maven.artifact.Artifact;
|
import org.apache.maven.artifact.Artifact;
|
||||||
import org.apache.maven.artifact.factory.ArtifactFactory;
|
import org.apache.maven.artifact.factory.ArtifactFactory;
|
||||||
|
import org.apache.maven.realm.DefaultMavenRealmManager;
|
||||||
import org.codehaus.plexus.PlexusTestCase;
|
import org.codehaus.plexus.PlexusTestCase;
|
||||||
import org.codehaus.plexus.logging.Logger;
|
import org.codehaus.plexus.logging.Logger;
|
||||||
import org.codehaus.plexus.logging.console.ConsoleLogger;
|
import org.codehaus.plexus.logging.console.ConsoleLogger;
|
||||||
|
|
|
@ -11,13 +11,13 @@ import org.apache.maven.artifact.repository.DefaultArtifactRepository;
|
||||||
import org.apache.maven.artifact.repository.layout.DefaultRepositoryLayout;
|
import org.apache.maven.artifact.repository.layout.DefaultRepositoryLayout;
|
||||||
import org.apache.maven.artifact.resolver.ArtifactResolver;
|
import org.apache.maven.artifact.resolver.ArtifactResolver;
|
||||||
import org.apache.maven.execution.DefaultMavenExecutionRequest;
|
import org.apache.maven.execution.DefaultMavenExecutionRequest;
|
||||||
import org.apache.maven.execution.DefaultMavenRealmManager;
|
|
||||||
import org.apache.maven.execution.MavenExecutionRequest;
|
import org.apache.maven.execution.MavenExecutionRequest;
|
||||||
import org.apache.maven.execution.MavenRealmManager;
|
|
||||||
import org.apache.maven.lifecycle.mapping.LifecycleMapping;
|
import org.apache.maven.lifecycle.mapping.LifecycleMapping;
|
||||||
import org.apache.maven.model.Build;
|
import org.apache.maven.model.Build;
|
||||||
import org.apache.maven.model.Extension;
|
import org.apache.maven.model.Extension;
|
||||||
import org.apache.maven.model.Model;
|
import org.apache.maven.model.Model;
|
||||||
|
import org.apache.maven.realm.DefaultMavenRealmManager;
|
||||||
|
import org.apache.maven.realm.MavenRealmManager;
|
||||||
import org.codehaus.plexus.MutablePlexusContainer;
|
import org.codehaus.plexus.MutablePlexusContainer;
|
||||||
import org.codehaus.plexus.PlexusTestCase;
|
import org.codehaus.plexus.PlexusTestCase;
|
||||||
import org.codehaus.plexus.classworlds.realm.ClassRealm;
|
import org.codehaus.plexus.classworlds.realm.ClassRealm;
|
||||||
|
|
|
@ -2,9 +2,7 @@ package org.apache.maven.lifecycle.binding;
|
||||||
|
|
||||||
import org.apache.maven.artifact.Artifact;
|
import org.apache.maven.artifact.Artifact;
|
||||||
import org.apache.maven.execution.DefaultMavenExecutionRequest;
|
import org.apache.maven.execution.DefaultMavenExecutionRequest;
|
||||||
import org.apache.maven.execution.DefaultMavenRealmManager;
|
|
||||||
import org.apache.maven.execution.MavenExecutionRequest;
|
import org.apache.maven.execution.MavenExecutionRequest;
|
||||||
import org.apache.maven.execution.MavenRealmManager;
|
|
||||||
import org.apache.maven.execution.MavenSession;
|
import org.apache.maven.execution.MavenSession;
|
||||||
import org.apache.maven.lifecycle.LifecycleLoaderException;
|
import org.apache.maven.lifecycle.LifecycleLoaderException;
|
||||||
import org.apache.maven.lifecycle.LifecycleSpecificationException;
|
import org.apache.maven.lifecycle.LifecycleSpecificationException;
|
||||||
|
@ -18,6 +16,8 @@ import org.apache.maven.model.Plugin;
|
||||||
import org.apache.maven.model.PluginExecution;
|
import org.apache.maven.model.PluginExecution;
|
||||||
import org.apache.maven.model.PluginManagement;
|
import org.apache.maven.model.PluginManagement;
|
||||||
import org.apache.maven.project.MavenProject;
|
import org.apache.maven.project.MavenProject;
|
||||||
|
import org.apache.maven.realm.DefaultMavenRealmManager;
|
||||||
|
import org.apache.maven.realm.MavenRealmManager;
|
||||||
import org.apache.maven.shared.tools.easymock.MockManager;
|
import org.apache.maven.shared.tools.easymock.MockManager;
|
||||||
import org.codehaus.plexus.PlexusTestCase;
|
import org.codehaus.plexus.PlexusTestCase;
|
||||||
import org.codehaus.plexus.logging.Logger;
|
import org.codehaus.plexus.logging.Logger;
|
||||||
|
|
|
@ -2,9 +2,7 @@ package org.apache.maven.lifecycle.plan;
|
||||||
|
|
||||||
import org.apache.maven.artifact.Artifact;
|
import org.apache.maven.artifact.Artifact;
|
||||||
import org.apache.maven.execution.DefaultMavenExecutionRequest;
|
import org.apache.maven.execution.DefaultMavenExecutionRequest;
|
||||||
import org.apache.maven.execution.DefaultMavenRealmManager;
|
|
||||||
import org.apache.maven.execution.MavenExecutionRequest;
|
import org.apache.maven.execution.MavenExecutionRequest;
|
||||||
import org.apache.maven.execution.MavenRealmManager;
|
|
||||||
import org.apache.maven.execution.MavenSession;
|
import org.apache.maven.execution.MavenSession;
|
||||||
import org.apache.maven.lifecycle.MojoBindingUtils;
|
import org.apache.maven.lifecycle.MojoBindingUtils;
|
||||||
import org.apache.maven.lifecycle.model.MojoBinding;
|
import org.apache.maven.lifecycle.model.MojoBinding;
|
||||||
|
@ -17,6 +15,8 @@ import org.apache.maven.plugin.descriptor.MojoDescriptor;
|
||||||
import org.apache.maven.plugin.descriptor.PluginDescriptor;
|
import org.apache.maven.plugin.descriptor.PluginDescriptor;
|
||||||
import org.apache.maven.plugin.loader.PluginLoader;
|
import org.apache.maven.plugin.loader.PluginLoader;
|
||||||
import org.apache.maven.project.MavenProject;
|
import org.apache.maven.project.MavenProject;
|
||||||
|
import org.apache.maven.realm.DefaultMavenRealmManager;
|
||||||
|
import org.apache.maven.realm.MavenRealmManager;
|
||||||
import org.apache.maven.shared.tools.easymock.MockManager;
|
import org.apache.maven.shared.tools.easymock.MockManager;
|
||||||
import org.codehaus.plexus.PlexusTestCase;
|
import org.codehaus.plexus.PlexusTestCase;
|
||||||
import org.codehaus.plexus.logging.Logger;
|
import org.codehaus.plexus.logging.Logger;
|
||||||
|
|
|
@ -19,7 +19,7 @@ package org.apache.maven.embedder;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import org.apache.maven.errors.CoreErrorReporter;
|
import org.apache.maven.errors.CoreErrorReporter;
|
||||||
import org.apache.maven.execution.MavenRealmManager;
|
import org.apache.maven.realm.MavenRealmManager;
|
||||||
import org.codehaus.plexus.PlexusContainer;
|
import org.codehaus.plexus.PlexusContainer;
|
||||||
import org.codehaus.plexus.classworlds.ClassWorld;
|
import org.codehaus.plexus.classworlds.ClassWorld;
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ package org.apache.maven.embedder;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import org.apache.maven.errors.CoreErrorReporter;
|
import org.apache.maven.errors.CoreErrorReporter;
|
||||||
import org.apache.maven.execution.MavenRealmManager;
|
import org.apache.maven.realm.MavenRealmManager;
|
||||||
import org.codehaus.plexus.PlexusContainer;
|
import org.codehaus.plexus.PlexusContainer;
|
||||||
import org.codehaus.plexus.classworlds.ClassWorld;
|
import org.codehaus.plexus.classworlds.ClassWorld;
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,6 @@ import org.apache.maven.embedder.Configuration;
|
||||||
import org.apache.maven.embedder.MavenEmbedder;
|
import org.apache.maven.embedder.MavenEmbedder;
|
||||||
import org.apache.maven.embedder.MavenEmbedderException;
|
import org.apache.maven.embedder.MavenEmbedderException;
|
||||||
import org.apache.maven.errors.DefaultCoreErrorReporter;
|
import org.apache.maven.errors.DefaultCoreErrorReporter;
|
||||||
import org.apache.maven.execution.DefaultMavenRealmManager;
|
|
||||||
import org.apache.maven.execution.MavenExecutionRequest;
|
import org.apache.maven.execution.MavenExecutionRequest;
|
||||||
import org.apache.maven.model.Profile;
|
import org.apache.maven.model.Profile;
|
||||||
import org.apache.maven.model.Repository;
|
import org.apache.maven.model.Repository;
|
||||||
|
@ -39,6 +38,7 @@ import org.apache.maven.profiles.DefaultProfileManager;
|
||||||
import org.apache.maven.profiles.ProfileManager;
|
import org.apache.maven.profiles.ProfileManager;
|
||||||
import org.apache.maven.profiles.activation.DefaultProfileActivationContext;
|
import org.apache.maven.profiles.activation.DefaultProfileActivationContext;
|
||||||
import org.apache.maven.profiles.activation.ProfileActivationContext;
|
import org.apache.maven.profiles.activation.ProfileActivationContext;
|
||||||
|
import org.apache.maven.realm.DefaultMavenRealmManager;
|
||||||
import org.apache.maven.settings.MavenSettingsBuilder;
|
import org.apache.maven.settings.MavenSettingsBuilder;
|
||||||
import org.apache.maven.settings.Mirror;
|
import org.apache.maven.settings.Mirror;
|
||||||
import org.apache.maven.settings.Proxy;
|
import org.apache.maven.settings.Proxy;
|
||||||
|
@ -119,12 +119,12 @@ public class DefaultMavenExecutionRequestPopulator
|
||||||
|
|
||||||
eventing( request, configuration );
|
eventing( request, configuration );
|
||||||
|
|
||||||
|
realmManager( request, configuration );
|
||||||
|
|
||||||
profileManager( request, configuration );
|
profileManager( request, configuration );
|
||||||
|
|
||||||
processSettings( request, configuration );
|
processSettings( request, configuration );
|
||||||
|
|
||||||
realmManager( request, configuration );
|
|
||||||
|
|
||||||
return request;
|
return request;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -655,14 +655,20 @@ public class DefaultMavenExecutionRequestPopulator
|
||||||
//
|
//
|
||||||
// ------------------------------------------------------------------------
|
// ------------------------------------------------------------------------
|
||||||
|
|
||||||
ProfileActivationContext activationContext = new DefaultProfileActivationContext( request.getProperties(), false );
|
ProfileActivationContext activationContext = request.getProfileActivationContext();
|
||||||
|
if ( activationContext == null )
|
||||||
|
{
|
||||||
|
activationContext = new DefaultProfileActivationContext( request.getRealmManager(),
|
||||||
|
request.getProperties(), false );
|
||||||
|
}
|
||||||
|
|
||||||
|
activationContext.setExplicitlyActiveProfileIds( request.getActiveProfiles() );
|
||||||
|
activationContext.setExplicitlyInactiveProfileIds( request.getInactiveProfiles() );
|
||||||
|
|
||||||
ProfileManager globalProfileManager = new DefaultProfileManager( container, activationContext );
|
ProfileManager globalProfileManager = new DefaultProfileManager( container, activationContext );
|
||||||
|
|
||||||
globalProfileManager.explicitlyActivate( request.getActiveProfiles() );
|
|
||||||
|
|
||||||
globalProfileManager.explicitlyDeactivate( request.getInactiveProfiles() );
|
|
||||||
|
|
||||||
request.setProfileManager( globalProfileManager );
|
request.setProfileManager( globalProfileManager );
|
||||||
|
request.setProfileActivationContext( activationContext );
|
||||||
}
|
}
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
|
@ -15,7 +15,6 @@ import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException
|
||||||
import org.apache.maven.errors.DefaultCoreErrorReporter;
|
import org.apache.maven.errors.DefaultCoreErrorReporter;
|
||||||
import org.apache.maven.execution.MavenExecutionRequest;
|
import org.apache.maven.execution.MavenExecutionRequest;
|
||||||
import org.apache.maven.execution.MavenSession;
|
import org.apache.maven.execution.MavenSession;
|
||||||
import org.apache.maven.execution.RealmManagementException;
|
|
||||||
import org.apache.maven.extension.ExtensionManagerException;
|
import org.apache.maven.extension.ExtensionManagerException;
|
||||||
import org.apache.maven.lifecycle.LifecycleException;
|
import org.apache.maven.lifecycle.LifecycleException;
|
||||||
import org.apache.maven.lifecycle.LifecycleExecutionException;
|
import org.apache.maven.lifecycle.LifecycleExecutionException;
|
||||||
|
@ -54,6 +53,7 @@ import org.apache.maven.project.build.model.ModelAndFile;
|
||||||
import org.apache.maven.project.interpolation.ModelInterpolationException;
|
import org.apache.maven.project.interpolation.ModelInterpolationException;
|
||||||
import org.apache.maven.project.path.PathTranslator;
|
import org.apache.maven.project.path.PathTranslator;
|
||||||
import org.apache.maven.reactor.MavenExecutionException;
|
import org.apache.maven.reactor.MavenExecutionException;
|
||||||
|
import org.apache.maven.realm.RealmManagementException;
|
||||||
import org.codehaus.plexus.component.configurator.expression.ExpressionEvaluationException;
|
import org.codehaus.plexus.component.configurator.expression.ExpressionEvaluationException;
|
||||||
import org.codehaus.plexus.component.repository.exception.ComponentLookupException;
|
import org.codehaus.plexus.component.repository.exception.ComponentLookupException;
|
||||||
import org.codehaus.plexus.configuration.PlexusConfiguration;
|
import org.codehaus.plexus.configuration.PlexusConfiguration;
|
||||||
|
|
|
@ -25,9 +25,12 @@ import org.apache.maven.profiles.activation.DefaultProfileActivationContext;
|
||||||
import org.apache.maven.profiles.activation.ProfileActivationContext;
|
import org.apache.maven.profiles.activation.ProfileActivationContext;
|
||||||
import org.apache.maven.profiles.activation.ProfileActivationException;
|
import org.apache.maven.profiles.activation.ProfileActivationException;
|
||||||
import org.apache.maven.profiles.activation.ProfileActivator;
|
import org.apache.maven.profiles.activation.ProfileActivator;
|
||||||
|
import org.apache.maven.realm.DefaultMavenRealmManager;
|
||||||
|
import org.apache.maven.realm.MavenRealmManager;
|
||||||
import org.codehaus.plexus.PlexusContainer;
|
import org.codehaus.plexus.PlexusContainer;
|
||||||
import org.codehaus.plexus.component.repository.exception.ComponentLifecycleException;
|
import org.codehaus.plexus.component.repository.exception.ComponentLifecycleException;
|
||||||
import org.codehaus.plexus.component.repository.exception.ComponentLookupException;
|
import org.codehaus.plexus.component.repository.exception.ComponentLookupException;
|
||||||
|
import org.codehaus.plexus.logging.Logger;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.Iterator;
|
import java.util.Iterator;
|
||||||
|
@ -41,12 +44,6 @@ public class DefaultProfileManager
|
||||||
{
|
{
|
||||||
private PlexusContainer container;
|
private PlexusContainer container;
|
||||||
|
|
||||||
private List activatedIds = new ArrayList();
|
|
||||||
|
|
||||||
private List deactivatedIds = new ArrayList();
|
|
||||||
|
|
||||||
private List defaultIds = new ArrayList();
|
|
||||||
|
|
||||||
private Map profilesById = new LinkedHashMap();
|
private Map profilesById = new LinkedHashMap();
|
||||||
|
|
||||||
private ProfileActivationContext profileActivationContext;
|
private ProfileActivationContext profileActivationContext;
|
||||||
|
@ -63,10 +60,18 @@ public class DefaultProfileManager
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Remove this, if possible. It uses system properties, which are not safe for IDE and other embedded environments.
|
// TODO: Remove this, if possible. It uses system properties, which are not safe for IDE and other embedded environments.
|
||||||
|
/**
|
||||||
|
* @deprecated Using this is dangerous when extensions or non-global system properties are in play.
|
||||||
|
*/
|
||||||
public DefaultProfileManager( PlexusContainer container )
|
public DefaultProfileManager( PlexusContainer container )
|
||||||
{
|
{
|
||||||
this.container = container;
|
this.container = container;
|
||||||
profileActivationContext = new DefaultProfileActivationContext( System.getProperties(), false );
|
|
||||||
|
// create the necessary bits to get a skeletal profile manager running.
|
||||||
|
Logger logger = container.getLoggerManager().getLoggerForComponent( DefaultProfileManager.class.getName() );
|
||||||
|
MavenRealmManager manager = new DefaultMavenRealmManager( container, logger );
|
||||||
|
|
||||||
|
profileActivationContext = new DefaultProfileActivationContext( manager, System.getProperties(), false );
|
||||||
}
|
}
|
||||||
|
|
||||||
public ProfileActivationContext getProfileActivationContext()
|
public ProfileActivationContext getProfileActivationContext()
|
||||||
|
@ -113,11 +118,12 @@ public class DefaultProfileManager
|
||||||
*/
|
*/
|
||||||
public void explicitlyActivate( String profileId )
|
public void explicitlyActivate( String profileId )
|
||||||
{
|
{
|
||||||
|
List activatedIds = profileActivationContext.getExplicitlyActiveProfileIds();
|
||||||
if ( !activatedIds.contains( profileId ) )
|
if ( !activatedIds.contains( profileId ) )
|
||||||
{
|
{
|
||||||
container.getLogger().debug( "Profile with id: \'" + profileId + "\' has been explicitly activated." );
|
container.getLogger().debug( "Profile with id: \'" + profileId + "\' has been explicitly activated." );
|
||||||
|
|
||||||
activatedIds.add( profileId );
|
profileActivationContext.setActive( profileId );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -139,11 +145,12 @@ public class DefaultProfileManager
|
||||||
*/
|
*/
|
||||||
public void explicitlyDeactivate( String profileId )
|
public void explicitlyDeactivate( String profileId )
|
||||||
{
|
{
|
||||||
|
List deactivatedIds = profileActivationContext.getExplicitlyInactiveProfileIds();
|
||||||
if ( !deactivatedIds.contains( profileId ) )
|
if ( !deactivatedIds.contains( profileId ) )
|
||||||
{
|
{
|
||||||
container.getLogger().debug( "Profile with id: \'" + profileId + "\' has been explicitly deactivated." );
|
container.getLogger().debug( "Profile with id: \'" + profileId + "\' has been explicitly deactivated." );
|
||||||
|
|
||||||
deactivatedIds.add( profileId );
|
profileActivationContext.setInactive( profileId );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -177,11 +184,11 @@ public class DefaultProfileManager
|
||||||
Profile profile = (Profile) entry.getValue();
|
Profile profile = (Profile) entry.getValue();
|
||||||
|
|
||||||
boolean shouldAdd = false;
|
boolean shouldAdd = false;
|
||||||
if ( activatedIds.contains( profileId ) )
|
if ( profileActivationContext.isExplicitlyActive( profileId ) )
|
||||||
{
|
{
|
||||||
shouldAdd = true;
|
shouldAdd = true;
|
||||||
}
|
}
|
||||||
else if ( !deactivatedIds.contains( profileId ) && isActive( profile, profileActivationContext ) )
|
else if ( !profileActivationContext.isExplicitlyInactive( profileId ) && isActive( profile, profileActivationContext ) )
|
||||||
{
|
{
|
||||||
shouldAdd = true;
|
shouldAdd = true;
|
||||||
}
|
}
|
||||||
|
@ -201,13 +208,18 @@ public class DefaultProfileManager
|
||||||
|
|
||||||
if ( activeFromPom.isEmpty() )
|
if ( activeFromPom.isEmpty() )
|
||||||
{
|
{
|
||||||
|
List defaultIds = profileActivationContext.getActiveByDefaultProfileIds();
|
||||||
|
|
||||||
for ( Iterator it = defaultIds.iterator(); it.hasNext(); )
|
for ( Iterator it = defaultIds.iterator(); it.hasNext(); )
|
||||||
{
|
{
|
||||||
String profileId = (String) it.next();
|
String profileId = (String) it.next();
|
||||||
|
|
||||||
Profile profile = (Profile) profilesById.get( profileId );
|
Profile profile = (Profile) profilesById.get( profileId );
|
||||||
|
|
||||||
activeFromPom.add( profile );
|
if ( profile != null )
|
||||||
|
{
|
||||||
|
activeFromPom.add( profile );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -283,24 +295,26 @@ public class DefaultProfileManager
|
||||||
|
|
||||||
public void activateAsDefault( String profileId )
|
public void activateAsDefault( String profileId )
|
||||||
{
|
{
|
||||||
|
List defaultIds = profileActivationContext.getActiveByDefaultProfileIds();
|
||||||
|
|
||||||
if ( !defaultIds.contains( profileId ) )
|
if ( !defaultIds.contains( profileId ) )
|
||||||
{
|
{
|
||||||
defaultIds.add( profileId );
|
profileActivationContext.setActiveByDefault( profileId );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public List getExplicitlyActivatedIds()
|
public List getExplicitlyActivatedIds()
|
||||||
{
|
{
|
||||||
return activatedIds;
|
return profileActivationContext.getExplicitlyActiveProfileIds();
|
||||||
}
|
}
|
||||||
|
|
||||||
public List getExplicitlyDeactivatedIds()
|
public List getExplicitlyDeactivatedIds()
|
||||||
{
|
{
|
||||||
return deactivatedIds;
|
return profileActivationContext.getExplicitlyInactiveProfileIds();
|
||||||
}
|
}
|
||||||
|
|
||||||
public List getIdsActivatedByDefault()
|
public List getIdsActivatedByDefault()
|
||||||
{
|
{
|
||||||
return defaultIds;
|
return profileActivationContext.getActiveByDefaultProfileIds();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,14 +30,29 @@ public interface ProfileManager
|
||||||
{
|
{
|
||||||
void addProfile( Profile profile );
|
void addProfile( Profile profile );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated Use {@link ProfileActivationContext} methods instead.
|
||||||
|
*/
|
||||||
void explicitlyActivate( String profileId );
|
void explicitlyActivate( String profileId );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated Use {@link ProfileActivationContext} methods instead.
|
||||||
|
*/
|
||||||
void explicitlyActivate( List profileIds );
|
void explicitlyActivate( List profileIds );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated Use {@link ProfileActivationContext} methods instead.
|
||||||
|
*/
|
||||||
void explicitlyDeactivate( String profileId );
|
void explicitlyDeactivate( String profileId );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated Use {@link ProfileActivationContext} methods instead.
|
||||||
|
*/
|
||||||
void explicitlyDeactivate( List profileIds );
|
void explicitlyDeactivate( List profileIds );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated Use {@link ProfileActivationContext} methods instead.
|
||||||
|
*/
|
||||||
void activateAsDefault( String profileId );
|
void activateAsDefault( String profileId );
|
||||||
|
|
||||||
ProfileActivationContext getProfileActivationContext();
|
ProfileActivationContext getProfileActivationContext();
|
||||||
|
@ -51,9 +66,18 @@ public interface ProfileManager
|
||||||
|
|
||||||
Map getProfilesById();
|
Map getProfilesById();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated Use {@link ProfileActivationContext} methods instead.
|
||||||
|
*/
|
||||||
List getExplicitlyActivatedIds();
|
List getExplicitlyActivatedIds();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated Use {@link ProfileActivationContext} methods instead.
|
||||||
|
*/
|
||||||
List getExplicitlyDeactivatedIds();
|
List getExplicitlyDeactivatedIds();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated Use {@link ProfileActivationContext} methods instead.
|
||||||
|
*/
|
||||||
List getIdsActivatedByDefault();
|
List getIdsActivatedByDefault();
|
||||||
}
|
}
|
|
@ -1,5 +1,10 @@
|
||||||
package org.apache.maven.profiles.activation;
|
package org.apache.maven.profiles.activation;
|
||||||
|
|
||||||
|
import org.apache.maven.realm.MavenRealmManager;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.Collections;
|
||||||
|
import java.util.List;
|
||||||
import java.util.Properties;
|
import java.util.Properties;
|
||||||
|
|
||||||
public class DefaultProfileActivationContext
|
public class DefaultProfileActivationContext
|
||||||
|
@ -8,12 +13,23 @@ public class DefaultProfileActivationContext
|
||||||
|
|
||||||
private boolean isCustomActivatorFailureSuppressed;
|
private boolean isCustomActivatorFailureSuppressed;
|
||||||
private final Properties executionProperties;
|
private final Properties executionProperties;
|
||||||
|
List explicitlyActive;
|
||||||
|
List explicitlyInactive;
|
||||||
|
private final MavenRealmManager realmManager;
|
||||||
|
private List activeByDefault;
|
||||||
|
|
||||||
|
public DefaultProfileActivationContext( MavenRealmManager realmManager, Properties executionProperties, boolean isCustomActivatorFailureSuppressed )
|
||||||
|
{
|
||||||
|
this.realmManager = realmManager;
|
||||||
|
this.executionProperties = executionProperties;
|
||||||
|
this.isCustomActivatorFailureSuppressed = isCustomActivatorFailureSuppressed;
|
||||||
|
}
|
||||||
|
|
||||||
public DefaultProfileActivationContext( Properties executionProperties, boolean isCustomActivatorFailureSuppressed )
|
public DefaultProfileActivationContext( Properties executionProperties, boolean isCustomActivatorFailureSuppressed )
|
||||||
{
|
{
|
||||||
|
realmManager = null;
|
||||||
this.executionProperties = executionProperties;
|
this.executionProperties = executionProperties;
|
||||||
this.isCustomActivatorFailureSuppressed = isCustomActivatorFailureSuppressed;
|
this.isCustomActivatorFailureSuppressed = isCustomActivatorFailureSuppressed;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public Properties getExecutionProperties()
|
public Properties getExecutionProperties()
|
||||||
|
@ -31,4 +47,99 @@ public class DefaultProfileActivationContext
|
||||||
isCustomActivatorFailureSuppressed = suppressed;
|
isCustomActivatorFailureSuppressed = suppressed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public List getExplicitlyActiveProfileIds()
|
||||||
|
{
|
||||||
|
if ( explicitlyActive == null )
|
||||||
|
{
|
||||||
|
return Collections.EMPTY_LIST;
|
||||||
|
}
|
||||||
|
|
||||||
|
return explicitlyActive;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setExplicitlyActiveProfileIds( List active )
|
||||||
|
{
|
||||||
|
explicitlyActive = active;
|
||||||
|
}
|
||||||
|
|
||||||
|
public List getExplicitlyInactiveProfileIds()
|
||||||
|
{
|
||||||
|
if ( explicitlyInactive == null )
|
||||||
|
{
|
||||||
|
return Collections.EMPTY_LIST;
|
||||||
|
}
|
||||||
|
|
||||||
|
return explicitlyInactive;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setExplicitlyInactiveProfileIds( List inactive )
|
||||||
|
{
|
||||||
|
explicitlyInactive = inactive;
|
||||||
|
}
|
||||||
|
|
||||||
|
public MavenRealmManager getRealmManager()
|
||||||
|
{
|
||||||
|
return realmManager;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setActive( String profileId )
|
||||||
|
{
|
||||||
|
if ( explicitlyActive == null )
|
||||||
|
{
|
||||||
|
explicitlyActive = new ArrayList();
|
||||||
|
}
|
||||||
|
|
||||||
|
explicitlyActive.add( profileId );
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setInactive( String profileId )
|
||||||
|
{
|
||||||
|
if ( explicitlyInactive == null )
|
||||||
|
{
|
||||||
|
explicitlyInactive = new ArrayList();
|
||||||
|
}
|
||||||
|
|
||||||
|
explicitlyInactive.add( profileId );
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isExplicitlyActive( String profileId )
|
||||||
|
{
|
||||||
|
return ( explicitlyActive != null ) && explicitlyActive.contains( profileId );
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isExplicitlyInactive( String profileId )
|
||||||
|
{
|
||||||
|
return ( explicitlyInactive != null ) && explicitlyInactive.contains( profileId );
|
||||||
|
}
|
||||||
|
|
||||||
|
public List getActiveByDefaultProfileIds()
|
||||||
|
{
|
||||||
|
if ( activeByDefault == null )
|
||||||
|
{
|
||||||
|
return Collections.EMPTY_LIST;
|
||||||
|
}
|
||||||
|
|
||||||
|
return activeByDefault;
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isActiveByDefault( String profileId )
|
||||||
|
{
|
||||||
|
return ( activeByDefault != null ) && activeByDefault.contains( profileId );
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setActiveByDefault( String profileId )
|
||||||
|
{
|
||||||
|
if ( activeByDefault == null )
|
||||||
|
{
|
||||||
|
activeByDefault = new ArrayList();
|
||||||
|
}
|
||||||
|
|
||||||
|
activeByDefault.add( profileId );
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setActiveByDefaultProfileIds( List activeByDefault )
|
||||||
|
{
|
||||||
|
this.activeByDefault = activeByDefault;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,14 +1,43 @@
|
||||||
package org.apache.maven.profiles.activation;
|
package org.apache.maven.profiles.activation;
|
||||||
|
|
||||||
|
import org.apache.maven.realm.MavenRealmManager;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
import java.util.Properties;
|
import java.util.Properties;
|
||||||
|
|
||||||
public interface ProfileActivationContext
|
public interface ProfileActivationContext
|
||||||
{
|
{
|
||||||
|
|
||||||
|
List getExplicitlyActiveProfileIds();
|
||||||
|
|
||||||
|
List getExplicitlyInactiveProfileIds();
|
||||||
|
|
||||||
|
MavenRealmManager getRealmManager();
|
||||||
|
|
||||||
Properties getExecutionProperties();
|
Properties getExecutionProperties();
|
||||||
|
|
||||||
boolean isCustomActivatorFailureSuppressed();
|
boolean isCustomActivatorFailureSuppressed();
|
||||||
|
|
||||||
void setCustomActivatorFailureSuppressed( boolean suppressed );
|
void setCustomActivatorFailureSuppressed( boolean suppressed );
|
||||||
|
|
||||||
|
void setExplicitlyActiveProfileIds( List inactive );
|
||||||
|
|
||||||
|
void setExplicitlyInactiveProfileIds( List inactive );
|
||||||
|
|
||||||
|
void setActive( String profileId );
|
||||||
|
|
||||||
|
void setInactive( String profileId );
|
||||||
|
|
||||||
|
boolean isExplicitlyActive( String profileId );
|
||||||
|
|
||||||
|
boolean isExplicitlyInactive( String profileId );
|
||||||
|
|
||||||
|
List getActiveByDefaultProfileIds();
|
||||||
|
|
||||||
|
void setActiveByDefaultProfileIds( List activeByDefault );
|
||||||
|
|
||||||
|
void setActiveByDefault( String profileId );
|
||||||
|
|
||||||
|
boolean isActiveByDefault( String profileId );
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -69,8 +69,6 @@ public class DefaultProfileAdvisor
|
||||||
|
|
||||||
public List applyActivatedProfiles( Model model,
|
public List applyActivatedProfiles( Model model,
|
||||||
File pomFile,
|
File pomFile,
|
||||||
List explicitlyActiveIds,
|
|
||||||
List explicitlyInactiveIds,
|
|
||||||
boolean useProfilesXml,
|
boolean useProfilesXml,
|
||||||
ProfileActivationContext activationContext )
|
ProfileActivationContext activationContext )
|
||||||
throws ProjectBuildingException
|
throws ProjectBuildingException
|
||||||
|
@ -79,8 +77,6 @@ public class DefaultProfileAdvisor
|
||||||
+ pomFile );
|
+ pomFile );
|
||||||
ProfileManager profileManager = buildProfileManager( model,
|
ProfileManager profileManager = buildProfileManager( model,
|
||||||
pomFile,
|
pomFile,
|
||||||
explicitlyActiveIds,
|
|
||||||
explicitlyInactiveIds,
|
|
||||||
useProfilesXml,
|
useProfilesXml,
|
||||||
activationContext );
|
activationContext );
|
||||||
|
|
||||||
|
@ -152,18 +148,12 @@ public class DefaultProfileAdvisor
|
||||||
|
|
||||||
private ProfileManager buildProfileManager( Model model,
|
private ProfileManager buildProfileManager( Model model,
|
||||||
File pomFile,
|
File pomFile,
|
||||||
List explicitlyActiveIds,
|
|
||||||
List explicitlyInactiveIds,
|
|
||||||
boolean useProfilesXml,
|
boolean useProfilesXml,
|
||||||
ProfileActivationContext profileActivationContext )
|
ProfileActivationContext profileActivationContext )
|
||||||
throws ProjectBuildingException
|
throws ProjectBuildingException
|
||||||
{
|
{
|
||||||
ProfileManager profileManager = new DefaultProfileManager( container, profileActivationContext );
|
ProfileManager profileManager = new DefaultProfileManager( container, profileActivationContext );
|
||||||
|
|
||||||
profileManager.explicitlyActivate( explicitlyActiveIds );
|
|
||||||
|
|
||||||
profileManager.explicitlyDeactivate( explicitlyInactiveIds );
|
|
||||||
|
|
||||||
profileManager.addProfiles( model.getProfiles() );
|
profileManager.addProfiles( model.getProfiles() );
|
||||||
|
|
||||||
if ( useProfilesXml && ( pomFile != null ) )
|
if ( useProfilesXml && ( pomFile != null ) )
|
||||||
|
@ -204,22 +194,24 @@ public class DefaultProfileAdvisor
|
||||||
for ( Iterator i = activeExternalProfiles.iterator(); i.hasNext(); )
|
for ( Iterator i = activeExternalProfiles.iterator(); i.hasNext(); )
|
||||||
{
|
{
|
||||||
Profile externalProfile = (Profile) i.next();
|
Profile externalProfile = (Profile) i.next();
|
||||||
|
if ( externalProfile.getRepositories() != null )
|
||||||
for ( Iterator repoIterator = externalProfile.getRepositories().iterator(); repoIterator.hasNext(); )
|
|
||||||
{
|
{
|
||||||
Repository mavenRepo = (Repository) repoIterator.next();
|
for ( Iterator repoIterator = externalProfile.getRepositories().iterator(); repoIterator.hasNext(); )
|
||||||
|
|
||||||
ArtifactRepository artifactRepo;
|
|
||||||
try
|
|
||||||
{
|
{
|
||||||
artifactRepo = mavenTools.buildArtifactRepository( mavenRepo );
|
Repository mavenRepo = (Repository) repoIterator.next();
|
||||||
}
|
|
||||||
catch ( InvalidRepositoryException e )
|
|
||||||
{
|
|
||||||
throw new ProjectBuildingException( modelId, e.getMessage(), e );
|
|
||||||
}
|
|
||||||
|
|
||||||
remoteRepositories.add( artifactRepo );
|
ArtifactRepository artifactRepo;
|
||||||
|
try
|
||||||
|
{
|
||||||
|
artifactRepo = mavenTools.buildArtifactRepository( mavenRepo );
|
||||||
|
}
|
||||||
|
catch ( InvalidRepositoryException e )
|
||||||
|
{
|
||||||
|
throw new ProjectBuildingException( modelId, e.getMessage(), e );
|
||||||
|
}
|
||||||
|
|
||||||
|
remoteRepositories.add( artifactRepo );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -229,16 +221,12 @@ public class DefaultProfileAdvisor
|
||||||
|
|
||||||
public LinkedHashSet getArtifactRepositoriesFromActiveProfiles( Model model,
|
public LinkedHashSet getArtifactRepositoriesFromActiveProfiles( Model model,
|
||||||
File pomFile,
|
File pomFile,
|
||||||
List explicitlyActiveIds,
|
|
||||||
List explicitlyInactiveIds,
|
|
||||||
boolean useProfilesXml,
|
boolean useProfilesXml,
|
||||||
ProfileActivationContext activationContext )
|
ProfileActivationContext activationContext )
|
||||||
throws ProjectBuildingException
|
throws ProjectBuildingException
|
||||||
{
|
{
|
||||||
ProfileManager profileManager = buildProfileManager( model,
|
ProfileManager profileManager = buildProfileManager( model,
|
||||||
pomFile,
|
pomFile,
|
||||||
explicitlyActiveIds,
|
|
||||||
explicitlyInactiveIds,
|
|
||||||
useProfilesXml,
|
useProfilesXml,
|
||||||
activationContext );
|
activationContext );
|
||||||
|
|
||||||
|
@ -263,7 +251,8 @@ public class DefaultProfileAdvisor
|
||||||
|
|
||||||
if ( ( active != null ) && !active.isEmpty() )
|
if ( ( active != null ) && !active.isEmpty() )
|
||||||
{
|
{
|
||||||
profileManager.explicitlyActivate( root.getActiveProfiles() );
|
ProfileActivationContext ctx = profileManager.getProfileActivationContext();
|
||||||
|
ctx.setExplicitlyActiveProfileIds( root.getActiveProfiles() );
|
||||||
}
|
}
|
||||||
|
|
||||||
for ( Iterator it = root.getProfiles().iterator(); it.hasNext(); )
|
for ( Iterator it = root.getProfiles().iterator(); it.hasNext(); )
|
||||||
|
|
|
@ -45,16 +45,12 @@ public interface ProfileAdvisor
|
||||||
|
|
||||||
LinkedHashSet getArtifactRepositoriesFromActiveProfiles( Model model,
|
LinkedHashSet getArtifactRepositoriesFromActiveProfiles( Model model,
|
||||||
File pomFile,
|
File pomFile,
|
||||||
List explicitlyActiveIds,
|
|
||||||
List explicitlyInactiveIds,
|
|
||||||
boolean useProfilesXml,
|
boolean useProfilesXml,
|
||||||
ProfileActivationContext profileActivationContext )
|
ProfileActivationContext profileActivationContext )
|
||||||
throws ProjectBuildingException;
|
throws ProjectBuildingException;
|
||||||
|
|
||||||
List applyActivatedProfiles( Model model,
|
List applyActivatedProfiles( Model model,
|
||||||
File pomFile,
|
File pomFile,
|
||||||
List explicitlyActiveIds,
|
|
||||||
List explicitlyInactiveIds,
|
|
||||||
boolean useProfilesXml,
|
boolean useProfilesXml,
|
||||||
ProfileActivationContext activationContext )
|
ProfileActivationContext activationContext )
|
||||||
throws ProjectBuildingException;
|
throws ProjectBuildingException;
|
||||||
|
|
|
@ -570,10 +570,6 @@ public class DefaultMavenProjectBuilder
|
||||||
|
|
||||||
String projectId = safeVersionlessKey( model.getGroupId(), model.getArtifactId() );
|
String projectId = safeVersionlessKey( model.getGroupId(), model.getArtifactId() );
|
||||||
|
|
||||||
List explicitlyActive;
|
|
||||||
|
|
||||||
List explicitlyInactive;
|
|
||||||
|
|
||||||
// FIXME: Find a way to pass in this context, so it's never null!
|
// FIXME: Find a way to pass in this context, so it's never null!
|
||||||
ProfileActivationContext profileActivationContext;
|
ProfileActivationContext profileActivationContext;
|
||||||
|
|
||||||
|
@ -589,18 +585,10 @@ public class DefaultMavenProjectBuilder
|
||||||
throw new ProjectBuildingException( projectId, "Failed to activate external profiles.", projectDescriptor, e );
|
throw new ProjectBuildingException( projectId, "Failed to activate external profiles.", projectDescriptor, e );
|
||||||
}
|
}
|
||||||
|
|
||||||
explicitlyActive = externalProfileManager.getExplicitlyActivatedIds();
|
|
||||||
|
|
||||||
explicitlyInactive = externalProfileManager.getExplicitlyDeactivatedIds();
|
|
||||||
|
|
||||||
profileActivationContext = externalProfileManager.getProfileActivationContext();
|
profileActivationContext = externalProfileManager.getProfileActivationContext();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
explicitlyActive = Collections.EMPTY_LIST;
|
|
||||||
|
|
||||||
explicitlyInactive = Collections.EMPTY_LIST;
|
|
||||||
|
|
||||||
profileActivationContext = new DefaultProfileActivationContext( System.getProperties(), false );
|
profileActivationContext = new DefaultProfileActivationContext( System.getProperties(), false );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -611,7 +599,7 @@ public class DefaultMavenProjectBuilder
|
||||||
activeInSuperPom.addAll( activated );
|
activeInSuperPom.addAll( activated );
|
||||||
}
|
}
|
||||||
|
|
||||||
activated = profileAdvisor.applyActivatedProfiles( superModel, projectDescriptor, explicitlyActive, explicitlyInactive, validProfilesXmlLocation, profileActivationContext );
|
activated = profileAdvisor.applyActivatedProfiles( superModel, projectDescriptor, validProfilesXmlLocation, profileActivationContext );
|
||||||
if ( !activated.isEmpty() )
|
if ( !activated.isEmpty() )
|
||||||
{
|
{
|
||||||
activeInSuperPom.addAll( activated );
|
activeInSuperPom.addAll( activated );
|
||||||
|
@ -624,8 +612,7 @@ public class DefaultMavenProjectBuilder
|
||||||
|
|
||||||
LinkedHashSet aggregatedRemoteWagonRepositories = collectInitialRepositories( model, superModel,
|
LinkedHashSet aggregatedRemoteWagonRepositories = collectInitialRepositories( model, superModel,
|
||||||
parentSearchRepositories,
|
parentSearchRepositories,
|
||||||
projectDescriptor, explicitlyActive,
|
projectDescriptor,
|
||||||
explicitlyInactive,
|
|
||||||
validProfilesXmlLocation,
|
validProfilesXmlLocation,
|
||||||
profileActivationContext );
|
profileActivationContext );
|
||||||
|
|
||||||
|
@ -741,17 +728,15 @@ public class DefaultMavenProjectBuilder
|
||||||
Model superModel,
|
Model superModel,
|
||||||
List parentSearchRepositories,
|
List parentSearchRepositories,
|
||||||
File pomFile,
|
File pomFile,
|
||||||
List explicitlyActive,
|
|
||||||
List explicitlyInactive,
|
|
||||||
boolean validProfilesXmlLocation,
|
boolean validProfilesXmlLocation,
|
||||||
ProfileActivationContext profileActivationContext )
|
ProfileActivationContext profileActivationContext )
|
||||||
throws ProjectBuildingException
|
throws ProjectBuildingException
|
||||||
{
|
{
|
||||||
LinkedHashSet collected = new LinkedHashSet();
|
LinkedHashSet collected = new LinkedHashSet();
|
||||||
|
|
||||||
collectInitialRepositoriesFromModel( collected, model, pomFile, explicitlyActive, explicitlyInactive, validProfilesXmlLocation, profileActivationContext );
|
collectInitialRepositoriesFromModel( collected, model, pomFile, validProfilesXmlLocation, profileActivationContext );
|
||||||
|
|
||||||
collectInitialRepositoriesFromModel( collected, superModel, null, explicitlyActive, explicitlyInactive, validProfilesXmlLocation, profileActivationContext );
|
collectInitialRepositoriesFromModel( collected, superModel, null, validProfilesXmlLocation, profileActivationContext );
|
||||||
|
|
||||||
if ( ( parentSearchRepositories != null ) && !parentSearchRepositories.isEmpty() )
|
if ( ( parentSearchRepositories != null ) && !parentSearchRepositories.isEmpty() )
|
||||||
{
|
{
|
||||||
|
@ -764,13 +749,11 @@ public class DefaultMavenProjectBuilder
|
||||||
private void collectInitialRepositoriesFromModel( LinkedHashSet collected,
|
private void collectInitialRepositoriesFromModel( LinkedHashSet collected,
|
||||||
Model model,
|
Model model,
|
||||||
File pomFile,
|
File pomFile,
|
||||||
List explicitlyActive,
|
|
||||||
List explicitlyInactive,
|
|
||||||
boolean validProfilesXmlLocation,
|
boolean validProfilesXmlLocation,
|
||||||
ProfileActivationContext profileActivationContext )
|
ProfileActivationContext profileActivationContext )
|
||||||
throws ProjectBuildingException
|
throws ProjectBuildingException
|
||||||
{
|
{
|
||||||
Set reposFromProfiles = profileAdvisor.getArtifactRepositoriesFromActiveProfiles( model, pomFile, explicitlyActive, explicitlyInactive, validProfilesXmlLocation, profileActivationContext );
|
Set reposFromProfiles = profileAdvisor.getArtifactRepositoriesFromActiveProfiles( model, pomFile, validProfilesXmlLocation, profileActivationContext );
|
||||||
|
|
||||||
if ( ( reposFromProfiles != null ) && !reposFromProfiles.isEmpty() )
|
if ( ( reposFromProfiles != null ) && !reposFromProfiles.isEmpty() )
|
||||||
{
|
{
|
||||||
|
@ -974,25 +957,15 @@ public class DefaultMavenProjectBuilder
|
||||||
|
|
||||||
modelLineageBuilder.resumeBuildingModelLineage( modelLineage, localRepository, externalProfileManager, !strict );
|
modelLineageBuilder.resumeBuildingModelLineage( modelLineage, localRepository, externalProfileManager, !strict );
|
||||||
|
|
||||||
List explicitlyActive;
|
|
||||||
|
|
||||||
List explicitlyInactive;
|
|
||||||
|
|
||||||
// FIXME: Find a way to pass in this context, so it's never null!
|
// FIXME: Find a way to pass in this context, so it's never null!
|
||||||
ProfileActivationContext profileActivationContext;
|
ProfileActivationContext profileActivationContext;
|
||||||
|
|
||||||
if ( externalProfileManager != null )
|
if ( externalProfileManager != null )
|
||||||
{
|
{
|
||||||
explicitlyActive = externalProfileManager.getExplicitlyActivatedIds();
|
|
||||||
|
|
||||||
explicitlyInactive = externalProfileManager.getExplicitlyDeactivatedIds();
|
|
||||||
|
|
||||||
profileActivationContext = externalProfileManager.getProfileActivationContext();
|
profileActivationContext = externalProfileManager.getProfileActivationContext();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
explicitlyActive = Collections.EMPTY_LIST;
|
|
||||||
explicitlyInactive = Collections.EMPTY_LIST;
|
|
||||||
profileActivationContext = new DefaultProfileActivationContext( System.getProperties(), false );
|
profileActivationContext = new DefaultProfileActivationContext( System.getProperties(), false );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1017,8 +990,7 @@ public class DefaultMavenProjectBuilder
|
||||||
|
|
||||||
// NOTE: the caching aspect may replace the parent project instance, so we apply profiles here.
|
// NOTE: the caching aspect may replace the parent project instance, so we apply profiles here.
|
||||||
// TODO: Review this...is that a good idea, to allow application of profiles when other profiles could have been applied already?
|
// TODO: Review this...is that a good idea, to allow application of profiles when other profiles could have been applied already?
|
||||||
project.setActiveProfiles( profileAdvisor.applyActivatedProfiles( project.getModel(), project.getFile(), explicitlyActive,
|
project.setActiveProfiles( profileAdvisor.applyActivatedProfiles( project.getModel(), project.getFile(), validProfilesXmlLocation, profileActivationContext ) );
|
||||||
explicitlyInactive, validProfilesXmlLocation, profileActivationContext ) );
|
|
||||||
|
|
||||||
lineage.addFirst( project );
|
lineage.addFirst( project );
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,6 @@ import java.io.File;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.io.Reader;
|
import java.io.Reader;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.Collections;
|
|
||||||
import java.util.LinkedHashSet;
|
import java.util.LinkedHashSet;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
@ -280,22 +279,15 @@ public class DefaultModelLineageBuilder
|
||||||
{
|
{
|
||||||
getLogger().debug( "Grabbing profile-injected repositories for: " + model.getId() );
|
getLogger().debug( "Grabbing profile-injected repositories for: " + model.getId() );
|
||||||
|
|
||||||
List explicitlyActive;
|
|
||||||
List explicitlyInactive;
|
|
||||||
|
|
||||||
// FIXME: Find a way to pass in this context, so it's never null!
|
// FIXME: Find a way to pass in this context, so it's never null!
|
||||||
ProfileActivationContext context;
|
ProfileActivationContext context;
|
||||||
|
|
||||||
if ( profileManager != null )
|
if ( profileManager != null )
|
||||||
{
|
{
|
||||||
explicitlyActive = profileManager.getExplicitlyActivatedIds();
|
|
||||||
explicitlyInactive = profileManager.getExplicitlyDeactivatedIds();
|
|
||||||
context = profileManager.getProfileActivationContext();
|
context = profileManager.getProfileActivationContext();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
explicitlyActive = Collections.EMPTY_LIST;
|
|
||||||
explicitlyInactive = Collections.EMPTY_LIST;
|
|
||||||
context = new DefaultProfileActivationContext( System.getProperties(), false );
|
context = new DefaultProfileActivationContext( System.getProperties(), false );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -307,8 +299,6 @@ public class DefaultModelLineageBuilder
|
||||||
|
|
||||||
LinkedHashSet pomProfileRepos = profileAdvisor.getArtifactRepositoriesFromActiveProfiles( model,
|
LinkedHashSet pomProfileRepos = profileAdvisor.getArtifactRepositoriesFromActiveProfiles( model,
|
||||||
pomFile,
|
pomFile,
|
||||||
explicitlyActive,
|
|
||||||
explicitlyInactive,
|
|
||||||
useProfilesXml,
|
useProfilesXml,
|
||||||
context );
|
context );
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package org.apache.maven.execution;
|
package org.apache.maven.realm;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one
|
* Licensed to the Apache Software Foundation (ASF) under one
|
||||||
|
@ -54,7 +54,7 @@ public class DefaultMavenRealmManager
|
||||||
|
|
||||||
private Map pluginArtifacts = new HashMap();
|
private Map pluginArtifacts = new HashMap();
|
||||||
private Set managedRealmIds = new HashSet();
|
private Set managedRealmIds = new HashSet();
|
||||||
|
|
||||||
private final ClassWorld world;
|
private final ClassWorld world;
|
||||||
private final PlexusContainer container;
|
private final PlexusContainer container;
|
||||||
private final Logger logger;
|
private final Logger logger;
|
||||||
|
@ -66,10 +66,10 @@ public class DefaultMavenRealmManager
|
||||||
this.container = container;
|
this.container = container;
|
||||||
this.logger = logger;
|
this.logger = logger;
|
||||||
}
|
}
|
||||||
|
|
||||||
//mkleint: the clearing is fine for sequenced operations. Even though the
|
//mkleint: the clearing is fine for sequenced operations. Even though the
|
||||||
// MavenRealmManager is associated with request, the paralel execution will
|
// MavenRealmManager is associated with request, the paralel execution will
|
||||||
// eventualy fail as the ClassWorld and PlexusContainer are not meant for
|
// eventualy fail as the ClassWorld and PlexusContainer are not meant for
|
||||||
// multithreaded environment.
|
// multithreaded environment.
|
||||||
public void clear()
|
public void clear()
|
||||||
{
|
{
|
|
@ -1,4 +1,4 @@
|
||||||
package org.apache.maven.execution;
|
package org.apache.maven.realm;
|
||||||
|
|
||||||
import org.apache.maven.artifact.Artifact;
|
import org.apache.maven.artifact.Artifact;
|
||||||
import org.apache.maven.model.Plugin;
|
import org.apache.maven.model.Plugin;
|
|
@ -1,4 +1,4 @@
|
||||||
package org.apache.maven.execution;
|
package org.apache.maven.realm;
|
||||||
|
|
||||||
import org.apache.maven.artifact.Artifact;
|
import org.apache.maven.artifact.Artifact;
|
||||||
import org.codehaus.plexus.classworlds.realm.DuplicateRealmException;
|
import org.codehaus.plexus.classworlds.realm.DuplicateRealmException;
|
|
@ -1,4 +1,4 @@
|
||||||
package org.apache.maven.execution;
|
package org.apache.maven.realm;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one
|
* Licensed to the Apache Software Foundation (ASF) under one
|
|
@ -104,19 +104,17 @@ under the License.
|
||||||
-->
|
-->
|
||||||
<component>
|
<component>
|
||||||
<role>org.apache.maven.project.MavenProjectBuilder</role>
|
<role>org.apache.maven.project.MavenProjectBuilder</role>
|
||||||
|
<role-hint>default</role-hint>
|
||||||
<implementation>org.apache.maven.project.DefaultMavenProjectBuilder</implementation>
|
<implementation>org.apache.maven.project.DefaultMavenProjectBuilder</implementation>
|
||||||
<requirements>
|
<requirements>
|
||||||
<requirement>
|
<requirement>
|
||||||
<role>org.apache.maven.artifact.metadata.ArtifactMetadataSource</role>
|
<role>org.apache.maven.artifact.metadata.ArtifactMetadataSource</role>
|
||||||
<role-hint>default</role-hint>
|
|
||||||
</requirement>
|
</requirement>
|
||||||
<requirement>
|
<requirement>
|
||||||
<role>org.apache.maven.project.build.model.ModelLineageBuilder</role>
|
<role>org.apache.maven.project.build.model.ModelLineageBuilder</role>
|
||||||
<role-hint>default</role-hint>
|
|
||||||
</requirement>
|
</requirement>
|
||||||
<requirement>
|
<requirement>
|
||||||
<role>org.apache.maven.profiles.build.ProfileAdvisor</role>
|
<role>org.apache.maven.profiles.build.ProfileAdvisor</role>
|
||||||
<role-hint>default</role-hint>
|
|
||||||
</requirement>
|
</requirement>
|
||||||
<requirement>
|
<requirement>
|
||||||
<role>org.apache.maven.profiles.MavenProfilesBuilder</role>
|
<role>org.apache.maven.profiles.MavenProfilesBuilder</role>
|
||||||
|
|
Loading…
Reference in New Issue