What steps should I implement in order to run Jetty HSQLDB XWiki server in the development environment (after mvn install executed in xwiki-commons, xwiki-rendering and xwiki-platform, without going via distributions). Some hints regarding following configuration are welcome too.
so if you want to run a version of XWiki after making some changes locally you need to actually run mvn install in xwiki-platform-distribution and then check the module xwiki-platform-distribution-flavor-jetty-hsqldb: that’s the one containing a packaged distribution of xwiki with the standard flavor. You can then check in target directory, there’s a zip you can extract to run it.