sandbox-java/baeldung-create-mvn-plugin-use
dancingCycle 3f4c712257 feat(create-mvn-plugin-use): initial commit 2022-01-05 02:12:16 -05:00
..
.gitignore feat(create-mvn-plugin-use): initial commit 2022-01-05 02:12:16 -05:00
README.md feat(create-mvn-plugin-use): initial commit 2022-01-05 02:12:16 -05:00
pom.xml feat(create-mvn-plugin-use): initial commit 2022-01-05 02:12:16 -05:00

README.md

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