sandbox-java/greeting-mojo/README.md

21 lines
426 B
Markdown
Raw Normal View History

2022-01-05 12:00:07 +01:00
# 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](https://maven.apache.org/guides/plugin/guide-java-plugin-development.html#Plugin_Naming_Convention_and_Apache_Maven_Trademark)