Class MavenContextConfigurator
- java.lang.Object
-
- org.eclipse.sisu.equinox.embedder.EquinoxLifecycleListener
-
- org.eclipse.tycho.osgi.configuration.MavenContextConfigurator
-
@Component(role=EquinoxLifecycleListener.class, hint="MavenContextConfigurator") public class MavenContextConfigurator extends EquinoxLifecycleListener
-
-
Field Summary
Fields Modifier and Type Field Description private org.apache.maven.plugin.LegacySupportcontextprivate org.codehaus.plexus.logging.Loggerloggerprivate org.apache.maven.repository.RepositorySystemrepositorySystem
-
Constructor Summary
Constructors Constructor Description MavenContextConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterFrameworkStarted(EmbeddedEquinox framework)private java.util.PropertiesgetGlobalProperties(org.apache.maven.execution.MavenSession session)
-
-
-
Method Detail
-
afterFrameworkStarted
public void afterFrameworkStarted(EmbeddedEquinox framework)
- Specified by:
afterFrameworkStartedin classEquinoxLifecycleListener
-
getGlobalProperties
private java.util.Properties getGlobalProperties(org.apache.maven.execution.MavenSession session)
-
-