@Component(role=EquinoxLifecycleListener.class, hint="MavenContextConfigurator") public class MavenContextConfigurator extends EquinoxLifecycleListener
Modifier and Type | Field and Description |
---|---|
private org.apache.maven.plugin.LegacySupport |
context |
private org.codehaus.plexus.logging.Logger |
logger |
private org.apache.maven.repository.RepositorySystem |
repositorySystem |
Constructor and Description |
---|
MavenContextConfigurator() |
Modifier and Type | Method and Description |
---|---|
void |
afterFrameworkStarted(EmbeddedEquinox framework) |
private java.util.Properties |
getGlobalProperties(org.apache.maven.execution.MavenSession session) |
@Requirement private org.codehaus.plexus.logging.Logger logger
@Requirement private org.apache.maven.plugin.LegacySupport context
@Requirement private org.apache.maven.repository.RepositorySystem repositorySystem
public void afterFrameworkStarted(EmbeddedEquinox framework)
afterFrameworkStarted
in class EquinoxLifecycleListener
private java.util.Properties getGlobalProperties(org.apache.maven.execution.MavenSession session)