Class CreateFlatpakMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.eclipse.cbi.maven.plugins.flatpakager.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 Summary
Constructors Constructor Description CreateFlatpakMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-