Package org.tentackle.maven.plugin.jlink
Class JLinkResolver
java.lang.Object
org.tentackle.maven.plugin.jlink.JLinkResolver
Determines the strategy how to invoke jlink.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionJLinkResolver(AbstractJLinkMojo mojo, Set<org.apache.maven.artifact.Artifact> artifacts) Creates a resolver. -
Method Summary
-
Constructor Details
-
JLinkResolver
Creates a resolver.- Parameters:
mojo- the base mojoartifacts- the maven artifacts
-
-
Method Details
-
resolve
Resolves the maven artifacts for passing to jlink.- Returns:
- the resolver result
- Throws:
org.apache.maven.plugin.MojoExecutionException- if loading artifacts failed
-