John Fallows wrote:
If the PLUGIN-NAME is the plugin artifactId, doesn't this lead to
collisions when plugins only differ by groupId?
It's actually whatever the plugin wants to call itself, and you can
override it with your own setting if you prefer to share a single
directory or want to call it something else.
I think it is worth separating them by default since it doesn't impose
any extra burden on your build process (all the plugins, including IDE
project generation, are aware of a list of source roots) and makes it
easy to differentiate. That said, I'd personally avoid more than one
code generation plugin in a single project if possible.
It's also possible some plugins are targetting different phases, so you
wouldn't want to generate them into the same tree as the ones that would
be used in main. There could be more scenarios than just main and test,
so it is best to separate by plugin.
Cheers,
Brett
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]