Creating a jMP plugin

Note that the creation of a Module Suite is only necessary if you want to upload your plugin to the contribution update center.

Using jMP for development (preferred)

Using NetBeans for development

jMP Contributions Update Center

If you want your plugin to appear in the "jMP Contributions Update Center" so users can download, install and update it easily via the plugin manager, you can host your plugin in the contributions update center svn repository. The contributions update center is based on a googlecode project for contributed plugins which will be automatically compiled, version-labeled and added to the contributions update center like the core jMP plugins.


To add your plugin to the repository, do the following:

And thats it, from now on each time you commit changes to your module it will be built and added to the contributions center automatically and the version number will be extended by the svn revision number (e.g. 0.8.1.1234)

view online version