The other day, I was using a XWiki instance to make some crazy things (using
XWiki in a way that is not the default). My point was to use the
functionalities of creating subwikis. No specific configuration of XWiki after
that point: Apache Tomcat v7.0.47, HSQLDB (embedded in the XWiki instance
downloadable on the website) and XWiki v5.3. Is use Maven v3.1.1.
In the project, I have no build of XWiki, only a Maven dependency to
xwiki-enterprise-web
. My point is not to compile XWiki (which is a big
software to compile), but only depend on its JAR files.
However, if I found a bug in XWiki, how can I manage that without compiling the
entire XWiki software? And that is what I will talk about.