Skip to content

How to integrate any development plug in to the build?

Vijayan edited this page May 28, 2015 · 4 revisions

How to integrate any development plug-in to the build?

Step 1 ) Add pom.xml to the project. For simplicity, copy any existing pom.xml from other projects. Step 2) Modify the tag to name of the plugin as mentioned in the Manifest.mf. Make sure the version remains intact with manifest.mf Step 3) Add the plug-in to the parent/pom.xml as module your-plug-in-name