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 :)

0
3 comments
Avatar
Yaroslav Bedrov

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

0
Avatar
Permanently deleted user

OK - but still not sure how to execute that macro from a build script?

0
Avatar
Yaroslav Bedrov

I meant that you need macro, that will execute build script and then export diagram.

0

Please sign in to leave a comment.