Mentions légales du service

Skip to content

Fix project build

Vojtisek Didier requested to merge fix_project_build into master

This PR fixes the build script form multi OS environments

  • add a root pom.xml
  • add some java module-info
  • remove jars that are actually built by the compilation scripts
  • remove user specific path from the project configuration
  • remove target folders from git (actually built from the compilation script)

Merge request reports