Pushing a custom pluggable widget into a custom module

1
I’ve developed a custom pluggable widget following best practices and do have widget.mpk. But for this widget I need to have a custom Java action on Mendix side, so it mean a custom module – what I also successfully did.   I’m able to publish my widget and my module on Marketplace, but separately. Is there a way to push the widget into the module and publish it together?
asked
1 answers
0

If you push the widget in the module and publish the module it will contain both the module and then widget. When downloaded from the marketplace you will get both. If the widget can exists on its own, It can be published separately, but you need to keep them in sync when publishing a new version.

So you need to publish both again with a new release.

answered