/demo-maven-custom-plugin

Building a custom maven plugin and using it in the consumer project (Hello, World of course)

Primary LanguageJava

demo-maven-custom-plugin

Prerequisites

This project was tested using apache maven version 3.6.0 and Java 11.

Getting started

cd custom-plugin
mvn clean install
cd ../demo-maven-custom-plugin-consumer
mvn clean install

Acknowledgements

Thanks to https://www.youtube.com/watch?v=4r21EmsHb9Y