plantuml-gradle-plugin
plantuml-gradle-plugin copied to clipboard
[Improvment] Pass it multiple packages
Do you have an idea on how to do this one?
Pass packages as a list of strings instead of a single string, I guess.
Something like this?
packageName = ["x.y.z", "p.d.q"]
Are you working on it?
Unfortunately not 😓 regular "bread and breakfast" stuffs may be shipped
same problem but we are thinking of trying it ourselves.
Not sure if this plugin is still developed, but I have an amendment: it would be nice to define packageName and outputFile as pairs, so you can create a seperate diagram for each package.
Hello all,
Great idea to pair package and output file. I'm currently a bit busy to maintain this plugin but would have some time in Q3 I hope. So my plan will be to set this pair in this class: https://github.com/RoRoche/plantuml-gradle-plugin/blob/master/src/main/groovy/com/github/roroche/plantuml/tasks/ClassDiagramExtension.groovy and then iterate on it by refactoring this one: https://github.com/RoRoche/plantuml-gradle-plugin/blob/master/src/main/groovy/com/github/roroche/plantuml/tasks/BuildClassDiagramTask.groovy Coming soon! Thank you for your nice suggestions ;)