Developing custom maven plugin using Java5 annotations
Maven provides lots of built-in plugins for developers but at some point you may find need of custom maven plugin. Developing custom maven plugin using java5 annotations is very simple and straightforward. You just need to follow below steps to develop custom maven plugin using Java 5 annotations: Steps: 1. Create