Package org.graalvm.buildtools.maven
Class NativeExtension
- java.lang.Object
 - 
- org.apache.maven.AbstractMavenLifecycleParticipant
 - 
- org.graalvm.buildtools.maven.NativeExtension
 
 
 
- 
- All Implemented Interfaces:
 org.codehaus.plexus.logging.LogEnabled
@Component(role=org.apache.maven.AbstractMavenLifecycleParticipant.class, hint="native-build-tools") public class NativeExtension extends org.apache.maven.AbstractMavenLifecycleParticipant implements org.codehaus.plexus.logging.LogEnabledThis extension is responsible for configuring the Surefire plugin to enable the JUnit Platform test listener and registering the native dependency transparently. 
- 
- 
Constructor Summary
Constructors Constructor Description NativeExtension() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterProjectsRead(org.apache.maven.execution.MavenSession session)voidenableLogging(org.codehaus.plexus.logging.Logger logger) 
 - 
 
- 
- 
Method Detail
- 
enableLogging
public void enableLogging(org.codehaus.plexus.logging.Logger logger)
- Specified by:
 enableLoggingin interfaceorg.codehaus.plexus.logging.LogEnabled
 
- 
afterProjectsRead
public void afterProjectsRead(org.apache.maven.execution.MavenSession session)
- Overrides:
 afterProjectsReadin classorg.apache.maven.AbstractMavenLifecycleParticipant
 
 - 
 
 -