sandbox-java/baeldung-create-mvn-plugin-use/README.md

243 B

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