Skip to content

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

Notifications You must be signed in to change notification settings

mraselimo/demo-maven-custom-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages