Uses of Class
org.tentackle.maven.plugin.jlink.JPackageMojo
-
-
Uses of JPackageMojo in org.tentackle.maven.plugin.jlink
Methods in org.tentackle.maven.plugin.jlink with parameters of type JPackageMojo Modifier and Type Method Description voidArtifactCreator. attachInstallers(JPackageMojo mojo, long minTime)Attaches the installers created by the jpackage goal.voidDefaultArtifactCreator. attachInstallers(JPackageMojo mojo, long minTime)voidArtifactCreator. createAndAttachArtifact(JPackageMojo mojo, File appImageDir)Creates and attaches the update ZIP file created by the jpackage goal.
Invoked only if update feature is enabled.voidDefaultArtifactCreator. createAndAttachArtifact(JPackageMojo mojo, File appImageDir)voidArtifactCreator. processApplicationImage(JPackageMojo mojo, File imageDir)Processes the created application image.voidDefaultArtifactCreator. processApplicationImage(JPackageMojo mojo, File imageDir)Constructors in org.tentackle.maven.plugin.jlink with parameters of type JPackageMojo Constructor Description JPackageGenerator(JPackageMojo mojo, JLinkResolver.Result result)Creates the generator.
-