How can I add my custom plugin to pom.xml

Is there any way to use my custom plugin with vaadin?
I want to make use of my plugin by name “UmaPlugin”.

I try to do this in the POM.xml inside “” . But the attempt was not successful

UmaPlugin Uma-plugin 1.0.0 bind

To use a custom plugin in Maven is not limited or affected by Vaadin framework. If your custom plugin behaves correctly, it should be possible to be added in

<build>
<plugins>
...
</plugins>
</build>