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

13 lines
243 B
Markdown

# 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)