Maven Development: How to write a Custom Plugin

Опубликовано: 05 Январь 2025
на канале: MVP Java
13,391
231

Ever wonder how to create your own Maven 3 Plugin? This tutorial
goes right to the point and shows you how to develop your own custom Maven 3 plugin in 15 minutes.

We'll cover building an example @Mojo which scans your projects
resource path and auto-generates (during the maven GENERATE_SOURCES phase) Java code based on customization offered by the plugin to the end user.

You'll learn how to simply ask for what you want in your @Mojo
via dependency injection annotations (@Parameter).

Click on the link below to see the video ...
Title: Maven Development: How to write a Custom Plugin
video link:    • Maven Development: How to write a Cus...  

Get the source code on MVP Java's GitHub Account.

If you want to see my other tutorial which uses the Plugin in a JavaFX application, click below ..
Title: JavaFX - Switching Scenes like the Boss (Part 2)
video link:    • JavaFX - Switching Scenes Like A Boss...  

========================================
Follow me ...
Website: http://www.mvpjava.com
Google+ : http://bit.ly/1Jsnnfj
Facebook:   / mvpjava  
Twitter :   / mvpjava  
GitHub : https://github.com/mvpjava