sandbox-java/baeldung-create-mvn-plugin
renovate[bot] 1b25547133 chore(deps): update dependency org.apache.maven.plugins:maven-plugin-plugin to v3.6.4 2022-07-21 13:43:11 +02:00
..
src/main/java/de/swingbe/counter_mvn_plugin feat(create-mvn-plugin): added docs to mvn plugin 2022-01-05 02:14:15 -05:00
.gitignore feat(baeldung-create-mvn-plugin): initial commit 2022-01-04 06:57:44 -05:00
README.md feat(baeldung-create-mvn-plugin): initial commit 2022-01-04 06:57:44 -05:00
pom.xml chore(deps): update dependency org.apache.maven.plugins:maven-plugin-plugin to v3.6.4 2022-07-21 13:43:11 +02:00
settings.xml feat(baeldung-create-mvn-plugin): initial commit 2022-01-04 06:57:44 -05:00

README.md

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