Maybe. Some plugins, like jreleaser, just use Map<String, Object>. There's not enough information for validation.
The other configuration (using POJOs) could probably be validated. However, it's quite a bit of work (reflection, XML parsing). If you're interested, why not just start a POC using an extension or a plugin? On Sat, 15 Apr 2023, 08:39 Delany, <delany.middle...@gmail.com> wrote: > Thanks, I keep forgetting about its custom nature. I've asked before, but > do you think its possible for Maven to validate the configuration elements > like Intellij does? >