Previously, our main project, tigase-server used a couple of maven modules (separate for the server sources, documentation and one responsible for building distribution packages). Unfortunately for equally as long, the file structure did not follow the standard maven structure. This has been changed today! On subsequent instances of $git pull you can expect changes in the folder structure and files location from:

```Tigase Server |- Master |- Documentation - Distribution


To:

Tigase Server Master |- Tigase server |- Documentation - Distribution ```