Package org.graalvm.buildtools.maven
Class AddReachabilityMetadataMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.graalvm.buildtools.maven.AbstractNativeMojo
-
- org.graalvm.buildtools.maven.AddReachabilityMetadataMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="add-reachability-metadata", defaultPhase=GENERATE_RESOURCES, requiresDependencyResolution=RUNTIME, requiresDependencyCollection=RUNTIME) public class AddReachabilityMetadataMojo extends AbstractNativeMojo
-
-
Field Summary
Fields Modifier and Type Field Description protected java.io.File
outputDirectory
-
Fields inherited from class org.graalvm.buildtools.maven.AbstractNativeMojo
logger, mavenSession, metadataRepository, metadataRepositoryConfiguration, metadataRepositoryConfigurations, plugin, project, reachabilityMetadataOutputDirectory, repositorySystem, session
-
-
Constructor Summary
Constructors Constructor Description AddReachabilityMetadataMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class org.graalvm.buildtools.maven.AbstractNativeMojo
configureMetadataRepository, downloadMetadata, getMetadataVersion, isArtifactExcludedFromMetadataRepository, isMetadataRepositoryEnabled, maybeAddDependencyMetadata, unzipLocalMetadata
-
-