Class NativeImageMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.felix.atomos.maven.nativeimage.NativeImageMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="atomos-native-image", defaultPhase=PROCESS_RESOURCES, requiresDependencyCollection=COMPILE_PLUS_RUNTIME, requiresDependencyResolution=COMPILE_PLUS_RUNTIME) public class NativeImageMojo extends org.apache.maven.plugin.AbstractMojo
-
-
Field Summary
Fields Modifier and Type Field Description MavenNativeImageConfig
nativeImage
-
Constructor Summary
Constructors Constructor Description NativeImageMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
-
-
Field Detail
-
nativeImage
@Parameter(required=false, readonly=false) public MavenNativeImageConfig nativeImage
-
-