Re: plugin of a plugin

2023-04-15 Thread Benjamin Marwell
Maybe. Some plugins, like jreleaser, just use Map. 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

Re: plugin of a plugin

2023-04-14 Thread Delany
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?

Re: plugin of a plugin

2023-04-14 Thread Benjamin Marwell
Hi, doesn't look odd the moment you know plugin authors can name configuration elements anything they want. They could call it , but that doesn't make it an UFO. That said, spotbugs seems to use the findbugs artifact as a dependency in a plugin like manner. They just choose to call it that way.

plugin of a plugin

2023-04-14 Thread Delany
Hi. Two things look odd here com.github.spotbugs spotbugs-maven-plugin 4.7.3.4 com.h3xstream.findsecbugs findsecbugs-plugin 1.12.0 W