Forums » Tigase blog »
tigase-server project structure change
Artur Hefczyc
Added almost 2 years ago
Previously, our main project, tigase-server has 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</code> To <code>Tigase Server Master |- Tigase server |- Documentation \- Distribution