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

14 lines
295 B
Markdown

# Overview
This project shows how to create a Maven plugin.
# Execution
Call the following instructions to execute the plugin on the command line.
```
mvn clean install
mvn de.swingbe:counter-maven-plugin:0.0.1:dependency-counter
```
# Links
[Example](https://www.baeldung.com/maven-plugin)