Class PrepackMojo

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

    @Mojo(name="prepack",
          defaultPhase=PREPARE_PACKAGE,
          threadSafe=true)
    public final class PrepackMojo
    extends org.apache.maven.plugin.AbstractMojo
    Goes through all .class files and deletes those that were created from autogenerated sources.
    Since:
    0.1
    • Constructor Detail

      • PrepackMojo

        public PrepackMojo()
    • Method Detail

      • execute

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