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?

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