These exemples need a FitNesse server. The sample SubWiki is available there
This example use a reactor multiproject. This example use the (See fitnesse:run) goal. See for more information about this couple of goals. This goal allows the local execution of fitnesse. It download the test, then run it locally using classpath transformations.
This sample is configured for downloading the classpath from fitnesse, but you can easily use Maven classpath instead. You only need to replace <classPathProvider>fitnesse</classPathProvider> with <classPathProvider>maven</classPathProvider> in the parent pom.xml.