I have a fairly straightforward script plugin. How can I publish it to the Plugin Portal? Can anyone point me to an existing script plugin that I could use as a real example?
Hi Konrad
Plugins on the portal all have a plugin ID
and implementation class
, so you’ll need to turn your script plugin into a standalone plugin.
See Chapter 58 on writing a standalone plugin in order to produce a standalone JAR, and then the simple example on the plugin portal to get it online.
Any other assistance you need please feel free to post back here.
Best regards
Kon