sandbox-java/baeldung-create-mvn-plugin-use
renovate[bot] 5e43b14d4d
chore(deps): update dependency junit:junit to v4.13.2
2022-08-30 13:48:30 +00: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 chore(deps): update dependency junit:junit to v4.13.2 2022-08-30 13:48:30 +00: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