Create a zip distribution of a netbeans rcp with maven

The nbm-plugin lets you compile and cluster netbeans modules and suites. It’s pretty simple to get it up and running. However, the nbm plugin does not support a “zip-distribution” goal.
This can be achieved using the assembly plugin. It will gather all launchers, config files and the modules and zip them.
So let imagine we have an […]

Also tagged ,