Class PackageIUMojo

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

    @Mojo(name="package-iu",
          defaultPhase=PACKAGE,
          requiresDependencyResolution=RUNTIME)
    public class PackageIUMojo
    extends AbstractTychoPackagingMojo
    Creates the zip for the IU and attaches it as an artifact
    • Field Detail

      • outputDirectory

        @Parameter(property="project.build.directory",
                   required=true,
                   readonly=true)
        protected File outputDirectory
    • Constructor Detail

      • PackageIUMojo

        public PackageIUMojo()
    • Method Detail

      • execute

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