sandbox for Java
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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 11 months ago
..
src/main/java/de/swingbe/counter_mvn_plugin feat(create-mvn-plugin): added docs to mvn plugin 1 year ago
.gitignore feat(baeldung-create-mvn-plugin): initial commit 1 year ago
README.md feat(baeldung-create-mvn-plugin): initial commit 1 year ago
pom.xml fix(deps): update dependency org.apache.maven.plugin-tools:maven-plugin-annotations to v3.6.4 11 months ago
settings.xml feat(baeldung-create-mvn-plugin): initial commit 1 year ago

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