@Mojo(name="convertSwagger2markup")
public class Swagger2MarkupMojo
extends org.apache.maven.plugin.AbstractMojo
Swagger2MarkupConverter
during the maven build cycle| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.String> |
config |
protected java.io.File |
outputDir |
protected java.io.File |
outputFile |
protected java.lang.String |
swaggerInput |
| Constructor and Description |
|---|
Swagger2MarkupMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Parameter(property="swaggerInput",
required=true)
protected java.lang.String swaggerInput
@Parameter(property="outputDir") protected java.io.File outputDir
@Parameter(property="outputFile") protected java.io.File outputFile
@Parameter protected java.util.Map<java.lang.String,java.lang.String> config