Package htmlcompiler

Class MavenHost

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

    @Mojo(name="host")
    public final class MavenHost
    extends LogSuppressingMojo
    • Constructor Summary

      Constructors 
      Constructor Description
      MavenHost()  
    • Method Summary

      Modifier and Type Method Description
      void execute()  
      • Methods inherited from class org.apache.maven.plugin.AbstractMojo

        getLog, getPluginContext, setLog, setPluginContext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • project

        @Parameter(defaultValue="${project}",
                   readonly=true)
        public org.apache.maven.project.MavenProject project
      • port

        @Parameter(defaultValue="8080")
        public int port
      • replaceExtension

        @Parameter(defaultValue="true")
        public boolean replaceExtension
      • requestApiEnabled

        @Parameter(defaultValue="true")
        public boolean requestApiEnabled
      • requestApiSpecification

        @Parameter(defaultValue="")
        public java.lang.String requestApiSpecification
    • Constructor Detail

      • MavenHost

        public MavenHost()
    • Method Detail

      • execute

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