Uses of Class
org.tentackle.maven.plugin.jlink.JPackageMojo
Packages that use JPackageMojo
-
Uses of JPackageMojo in org.tentackle.maven.plugin.jlink
Methods in org.tentackle.maven.plugin.jlink with parameters of type JPackageMojoModifier and TypeMethodDescriptionvoidArtifactCreator.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 JPackageMojoModifierConstructorDescriptionJPackageGenerator(JPackageMojo mojo, JLinkResolver.Result result) Creates the generator.