Class JPackageMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="package",
          defaultPhase=PACKAGE,
          requiresDependencyResolution=COMPILE_PLUS_RUNTIME)
    public class JPackageMojo
    extends org.apache.maven.plugin.AbstractMojo
    JPackage mojo, require jdk 14+, Only support modular apps
    Author:
    dongliu
    • Constructor Detail

      • JPackageMojo

        public JPackageMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException