sandbox-java/greeting-mojo/README.md

426 B

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