Class CreateFlatpakMojo

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

    @Mojo(name="package-flatpak",
          defaultPhase=PACKAGE)
    public class CreateFlatpakMojo
    extends org.apache.maven.plugin.AbstractMojo
    Create a Flatpak application from the archived product output of the tycho-p2-director-plugin and exports the application to a Flatpak repository. Signing the Flatpak repository is optional, but highly recommended.
    Since:
    1.1.5
    • Constructor Detail

      • CreateFlatpakMojo

        public CreateFlatpakMojo()
    • Method Detail

      • execute

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