Ultimate edition Export diagram as part of build process
Answered
We're using sbt with IntelliJ and would like to have the build process export a UML diagram - and as I'm not a long-time or advanced IntelliJ user I'm not certain where to look.
I'd love to get some direction and guidance :)
Please sign in to leave a comment.
Hello,
You might create a macros that will run build and export diagram: https://www.jetbrains.com/help/idea/using-macros-in-the-editor.html
OK - but still not sure how to execute that macro from a build script?
I meant that you need macro, that will execute build script and then export diagram.