sandbox-java/greeting-mojo
dancingCycle a278e2e614 feat(greeting.plugin): initial commit 2022-01-05 06:00:07 -05:00
..
src/main/java/de/swingbe/greeting/plugin feat(greeting.plugin): initial commit 2022-01-05 06:00:07 -05:00
.gitignore feat(greeting.plugin): initial commit 2022-01-05 06:00:07 -05:00
README.md feat(greeting.plugin): initial commit 2022-01-05 06:00:07 -05:00
pom.xml feat(greeting.plugin): initial commit 2022-01-05 06:00:07 -05:00
settings.xml feat(greeting.plugin): initial commit 2022-01-05 06:00:07 -05:00

README.md

Overview

This project shows how to create a Maven plugin.

Preparation

Copy settings into user folder like this.

cp settings.xml ~/.m2/

Execution

Call the following instructions to execute the plugin on the command line.

mvn clean install
mvn hello:sayhi

Links

Example