What is it Sample of a maven project creating a simple maven 3 plugin Requeriments Maven 3+ Java 8+ Play Installing plugin locally mvn clean install Testing cd hello-maven-plugin-test mvn sample.plugin:hello-maven-plugin:hello -Dtest="parameter" Output ... [INFO] Hello parameter ... References Creating Maven plugin