Uses of Class
org.tentackle.maven.plugin.jlink.JLinkMojo
Packages that use JLinkMojo
-
Uses of JLinkMojo in org.tentackle.maven.plugin.jlink
Methods in org.tentackle.maven.plugin.jlink with parameters of type JLinkMojoModifier and TypeMethodDescriptionvoidArtifactCreator.createAndAttachArtifact(JLinkMojo mojo) Creates and attaches the ZIP file created by the jlink goal.
This also provides the option to modify the created jlink directory before zipping it.voidDefaultArtifactCreator.createAndAttachArtifact(JLinkMojo mojo) Constructors in org.tentackle.maven.plugin.jlink with parameters of type JLinkMojoModifierConstructorDescriptionJLinkGenerator(JLinkMojo mojo, JLinkResolver.Result result) Creates the generator.