LibraryLink ToToggle FramesPrintFeedback

Building the Source

Build the FUSE Message Broker distribution using the instructions in this section.

Follow these steps to build the entire distribution.

[Tip]Tip

If you have errors building the source distribution, try removing your private Maven repository ($HOME/.m2/repository/*), then running mvn -U install.

You can run the same build including all unit tests by removing the -Dmaven.test.skip=true argument from the above command. Note that building with tests enabled takes much longer.