skubicz / maven-executor-plugin

6 stars 3 forks source link

multimodule #3

Closed gunslingor closed 3 years ago

gunslingor commented 3 years ago

Hello,

The plugin doesn't seem to work with 3 layers of modules, only the first 2 layers are shown in the tree. Main reason I was using this plugin was for the tree interface... much better than the default... but if it won't show the entire tree it wouldn't work for me. Perhaps this is by design for some reason?

skubicz commented 3 years ago

Hi,

Do you mean the number of nests in the tree graph? There are no limitation, for example: image

Maybe you have wrong POM maven definition (in parent or modules sections).

gunslingor commented 3 years ago

Ah, okay, i see... it works now... I think intellij was ignoring the lower modules. Pretty cool plugin, better than the default!