Package org.graalvm.buildtools.maven
Class NativeTestMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.graalvm.buildtools.maven.AbstractNativeMojo
-
- org.graalvm.buildtools.maven.NativeTestMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="test", defaultPhase=TEST, threadSafe=true, requiresDependencyResolution=TEST, requiresDependencyCollection=TEST) public class NativeTestMojo extends AbstractNativeMojo
-
-
Field Summary
-
Fields inherited from class org.graalvm.buildtools.maven.AbstractNativeMojo
buildArgs, logger, pluginArtifacts, project, session, toolchainManager
-
-
Constructor Summary
Constructors Constructor Description NativeTestMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class org.graalvm.buildtools.maven.AbstractNativeMojo
maybeAddGeneratedResourcesConfig
-
-