Alfresco / alfresco-sdk

The Alfresco In-Process SDK is based on Apache Maven, includes support for rapid and standard development, testing, packaging, versioning and release of your Alfresco integration and extension projects
Apache License 2.0
185 stars 113 forks source link

Archetypes - Add build with IT supported task #556

Closed jlosornogil closed 5 years ago

jlosornogil commented 5 years ago

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 lost 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: