I am a new XWiki developer and found XWiki just a few days ago. I downloaded the installer
for windows,installed it in my computer and then start the XWiki using the start
icon.After i try the demo, i think XWiki is awesome, So i want to learn and develop it .I
want to know how the XWiki works, and i want to build the all source code myself and
publish it to a server just like the same result as the installer.So, i referred the
document from the site,followed the instruction step by step.Step ONE,I configured the
JDK,Maven,Repository.Step TWO,I downloaded all the souce code,including
common,platform,tools,enterprise.Step THREE, I unzip the archive and import them as maven
project.The problem occurred in Step THREE, there are some files missing in some
project(xwiki-platform-query-jpql-parser-8.2.2 ,etc),i searched the whole repository and
found no result.Import everything is not recommended,but i want try to completely build
xwiki myself,if not import enough source code,how could to build and generate a complete
war file and publish to server?