# Overview This project shows how to use a self-created Maven plugin. # Execution Call the following instructions to execute the plugin on the command line. ``` mvn clean compile ``` # Links [Example](https://www.baeldung.com/maven-plugin)