Skip to main content

Maven PlantUML Plugin

 Maven PlantUML Plugin


Generate diagrams using - https://github.com/devlauer/plantuml-generator


Example configuration;

<plugin>
  <artifactId>plantuml-generator-maven-plugin</artifactId>
  <groupId>de.elnarion.maven</groupId>
  <version>1.1.2</version>
  <executions>
    <execution>
        <id>generate-simple-diagram</id>
        <goals>
            <goal>generate</goal>
        </goals>
        <phase>generate-test-sources</phase>
        <configuration>
            <outputFilename>testdiagram1.txt</outputFilename>
            <scanPackages>
                <scanPackage>
                some.package.to.process
                </scanPackage>
            </scanPackages>
            <whitelistRegexp>.*TestClass.*</whitelistRegexp>
        </configuration>
    </execution>
  </executions>
</plugin>

Comments

Popular posts from this blog

๐Ÿ†•Maven Spring Boot Run Command Line Arguments ๐Ÿฝ๐Ÿ‘‰๐Ÿพ Spring Boot Project Intellij Idea Run

This video is presents how to properly use maven spring boot run command line arguments.

Steve Gibson - SQRL - Secure Quick Reliable LoginSQRL

SQRL - Secure Quick Reliable Login   Steve Gibson of GRC.com explains what the future of logins will be. Slide deck - https://www.grc.com/sqrl-presentation.pdf

Interesting finds April 2022

 Interesting Finds for April 2022 A list of new(ish) command line tools (jvns.ca) Podman Desktop Companion (iongion.github.io) Analyzing iMessage with SQL | by Arctype | Mar, 2022 | Database Dive