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 Details

    • NativeExtension

      public NativeExtension()
  • Method Details

    • enableLogging

      public void enableLogging(org.codehaus.plexus.logging.Logger logger)
      Specified by:
      enableLogging in interface org.codehaus.plexus.logging.LogEnabled
    • afterProjectsRead

      public void afterProjectsRead(org.apache.maven.execution.MavenSession session)
      Overrides:
      afterProjectsRead in class org.apache.maven.AbstractMavenLifecycleParticipant