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

Spring Boot Tips - What's the difference between @Component, @Service @Controller and @Repository

            Spring Boot Tips - What's the difference between @Component, @Service @Controller and @Repository

Use KeePass And Putty To SSH To Servers (Without Typing Passwords)

Use KeePass and Putty To SSH To Servers (No Password)

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