plantuml-gradle-plugin icon indicating copy to clipboard operation
plantuml-gradle-plugin copied to clipboard

[Improvment] Pass it multiple packages

Open RoRoche opened this issue 4 years ago • 8 comments

RoRoche avatar May 13 '20 14:05 RoRoche

Do you have an idea on how to do this one?

severn avatar Jun 05 '20 12:06 severn

Pass packages as a list of strings instead of a single string, I guess.

RoRoche avatar Jun 05 '20 12:06 RoRoche

Something like this?

packageName = ["x.y.z", "p.d.q"]

severn avatar Jun 05 '20 13:06 severn

Are you working on it?

severn avatar Jun 11 '20 19:06 severn

Unfortunately not 😓 regular "bread and breakfast" stuffs may be shipped

RoRoche avatar Jun 11 '20 19:06 RoRoche

same problem but we are thinking of trying it ourselves.

severn avatar Jun 18 '20 19:06 severn

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.

Plunts avatar Jul 26 '21 11:07 Plunts

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

RoRoche avatar Jul 26 '21 12:07 RoRoche