Uses of Class
org.tentackle.maven.plugin.jlink.JLinkMojo
-
-
Uses of JLinkMojo in org.tentackle.maven.plugin.jlink
Methods in org.tentackle.maven.plugin.jlink with parameters of type JLinkMojo Modifier and Type Method Description voidArtifactCreator. 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 JLinkMojo Constructor Description JLinkGenerator(JLinkMojo mojo, JLinkResolver.Result result)Creates the generator.
-