Need a help in building a plugin as it is my first plugin, I am using Enterprise Integration plugin to build another plugin which works absolutely fine in development environment but one we build it we are not able to see it in GUI, i guess I am missing some sort of configurations, can anyone please let me know on this…
Renamed enterprise integration plugin, and built it, it was working fine in dev environment but once it is build it and deployed into production i could see the logs as plugin loaded but UI part is not coming in the tab.
Would be really grateful if I get some help in solving this issue.
I believe the -Dskip.web.build=true will skip building the web part of the plugin and it will not show in the GUI. Try removing that from the package command. That would make it so there was no web code in the JAR file. If you want to confirm that, open the JAR file in an archive program and look at it, my guess is that the .js files are missing.