You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the other hand extension plugins can be very powerful -- which means they could be doing anything. And this makes the build significantly harder to understand.
If I remove the extension attribute the plugin no longer executes it's goals.
Using the extension mechanism just to register some executions (=save typing) it's wrong.
The documentation should explain why is the extension needed for.
If you want to keep using the extension to save typing, the documentation should also show how to configure the plugin manually without extensions.
The text was updated successfully, but these errors were encountered:
Not only I can now understand the build just by reading the POM file. As a bonus I got rid of the convert and generateStubs executions that I had no use for.
Nobody requires you to use the extensions. It's not mandatory to set them. If you don't want to set them just attach your executions to whatever phase you want.
Are you willing to file a PR to patch the documentation?
I don't see the maven plugin doing anything that would require it to be an extension.
The main use case for declaring a plugin as an extension is:
https://maven.apache.org/guides/mini/guide-using-extensions.html
On the other hand extension plugins can be very powerful -- which means they could be doing anything. And this makes the build significantly harder to understand.
If I remove the extension attribute the plugin no longer executes it's goals.
Using the extension mechanism just to register some executions (=save typing) it's wrong.
The documentation should explain why is the extension needed for.
If you want to keep using the extension to save typing, the documentation should also show how to configure the plugin manually without extensions.
The text was updated successfully, but these errors were encountered: