Class SwaggerMojo

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

    @Mojo(name="resolve",
          requiresDependencyResolution=COMPILE_PLUS_RUNTIME,
          defaultPhase=COMPILE,
          threadSafe=true,
          configurator="include-project-dependencies")
    public class SwaggerMojo
    extends org.apache.maven.plugin.AbstractMojo
    • Constructor Detail

      • SwaggerMojo

        public SwaggerMojo()
    • 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
      • getOutputPath

        public String getOutputPath()
      • getOpenapiFilePath

        public String getOpenapiFilePath()