|
|
|
|
|
by beeboobaa3
593 days ago
|
|
I'm using several maven plugins (not extensions) that are defined within the reactor project itself. It works well. You do need to split your build into multiple projects governed by a reactor but you'll have that anyway as soon as you have more than 1 module. Then you just always build the reactor. Pretty much the same idea as gradle. |
|