Class PlantUml

java.lang.Object
org.forgerock.doc.maven.pre.PlantUml

public class PlantUml extends Object
Use PlantUML to generate images.

This class expects .txt files in the DocBook XML sources that contain PlantUML diagrams.

It transforms the files to images in the same directories as the files.

  • Constructor Details

    • PlantUml

      Constructor setting the Mojo that holds the configuration.
      Parameters:
      mojo - The Mojo that holds the configuration.
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Run PlantUML on .txt files in the DocBook source files.
      Throws:
      org.apache.maven.plugin.MojoExecutionException - Failed to run PlantUML.