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.LogEnabled
This 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 void
afterProjectsRead(org.apache.maven.execution.MavenSession session)
void
enableLogging(org.codehaus.plexus.logging.Logger logger)
-
-
-
Method Detail
-
enableLogging
public void enableLogging(org.codehaus.plexus.logging.Logger logger)
- Specified by:
enableLogging
in interfaceorg.codehaus.plexus.logging.LogEnabled
-
afterProjectsRead
public void afterProjectsRead(org.apache.maven.execution.MavenSession session)
- Overrides:
afterProjectsRead
in classorg.apache.maven.AbstractMavenLifecycleParticipant
-
-