Skip to main content

All Questions

Tagged with
0 votes
0 answers
76 views

markdown with plantuml transformed by maven site plugin

I use maven site plugin to create my sites (of course). Since short I moved to markdown, which is very easy, just write xxx.md files in folder markdown. Now I started using plantuml and want to ...
user2609605's user avatar
0 votes
0 answers
379 views

Generate plantuml pdfs GitLab CICD

I have a maven project. Inside it I have a _models/ folder where I have some .puml files. I would like to generate the .pngs from those plantuml files each time I commit. This is my .gitlab-ci.yml ...
cors_react's user avatar
0 votes
1 answer
673 views

How to pass environment variables to Asciidoctor-maven-plugin?

I'm using asciidoctor-maven-plugin and asciidoctor-diagram to generate PlantUML diagrams (more specifically C4-PlantUML diagrams). When generating those diagrams, output is polluted by these kind of ...
Riduidel's user avatar
  • 22.2k
3 votes
1 answer
2k views

PlantUML java automation

Currently I am working on a project that should represent all classes via PlantUML's. I have heard that this UML could be generated automatically using Maven. But unfortunately all articles and repos ...
Flimtix's user avatar
  • 378
5 votes
1 answer
246 views

Fill mojo's fileset by cli argument

I like to generate images from .puml files in a maven project. What i do not like to archivee is a hard binding between the project and the library that generates the images. So I like to use this ...
Grim's user avatar
  • 1,649