Package com.github.plantuml.maven
Class PlantUmlMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- com.github.plantuml.maven.PlantUmlMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate", defaultPhase=GENERATE_RESOURCES) public final class PlantUmlMojo extends org.apache.maven.plugin.AbstractMojoGenerate diagrams from the PlantUML files.
-
-
Constructor Summary
Constructors Constructor Description PlantUmlMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()protected StringgetCommaSeparatedList(List<String> list)protected voidsetFormat(String format)
-