[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...
Dariusz Kuc
04/13/2020, 11:14 PM
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.
Dariusz Kuc
04/14/2020, 3:11 AM
ah so intellij complains about top level configuration
Dariusz Kuc
04/14/2020, 3:11 AM
but when you specify single goal, under its configuration it only lists that specific config