[custom maven plugin] Hello! Anyone knows whether ...
# build-tools
d
[custom maven plugin] Hello! Anyone knows whether it is possible to make parameters required only when specifying target goals? It appears that required parameters are global even though target goal that depends on them might not be invoked...
eg I wrote a custom plugin with 2 goals that take different parameters. Intellij complains about missing configuration parameter even though I'm runninh single goal.
ah so intellij complains about top level configuration
but when you specify single goal, under its configuration it only lists that specific config
seems kind of weird though