Class 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.AbstractMojo
    Generate diagrams from the PlantUML files.
    • Constructor Detail

      • PlantUmlMojo

        public PlantUmlMojo()
    • Method Detail

      • setFormat

        protected final void setFormat​(String format)
      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
      • getCommaSeparatedList

        protected String getCommaSeparatedList​(List<String> list)