Note that the creation of a Module Suite is only necessary if you want to upload your plugin to the contribution update center.
my-library
com.mycompany.plugins.mylibrary
my-library
com.mycompany.plugins.mylibrary
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:
https://jmonkeyplatform-contributions.googlecode.com/svn/trunk
in the URL fieldtrunk/mypluginfolder
and enter an import messageAnd 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)