sandbox-java/baeldung-create-mvn-plugin
renovate[bot] a473938843 fix(deps): update dependency org.apache.maven.plugin-tools:maven-plugin-annotations to v3.6.4 2022-07-21 13:43:53 +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 fix(deps): update dependency org.apache.maven.plugin-tools:maven-plugin-annotations to v3.6.4 2022-07-21 13:43:53 +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