How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.github.tobi-laa</groupId>
<artifactId>reflective-fluent-builders-maven-plugin</artifactId>
<version>1.4.0-java8</version>
</plugin>