* Improved the readability of the pom.xml
* Introduced 7.1 + upgrade others to the latest version
* Handled the new Share's versions separation
* Use a variable to set the user in the Dockerfile
* Final versions
* Updated README [ci skip]
* Fixed the broken URL to the new one
* Wildcard on the version to prevent further useless updates
Co-authored-by: gfertuso <giovanni.fertuso@alfresco.com>
Modify the run scripts to add the task: build_start_it_supported. After the
last changes regarding the way the project is compiled and retrieves the
IT dependencies, it losted the ability to run the project in docker with
IT support (including the libraries required to execute IT) but without
executing the tests. It only had build_start (no IT supported) and build_test
(IT supported but started and stopped the environment after IT execution).
This new task allows the execution of the docker environment with IT execution
supported to cover the next use cases:
- Running IT classes from IDE (for instance, to debug the execution).
- Running IT classes with hot reload enabled.