You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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