mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-07-31 17:39:14 +00:00
Archetypes - Add build with IT supported task
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.
This commit is contained in:
@@ -37,6 +37,7 @@ The execution of this script must be followed by a parameter that dictates the t
|
||||
Task | Description
|
||||
--- | ---
|
||||
`build_start` | Build the whole project, recreate the ACS and Share docker images, start the dockerised environment composed by ACS, Share, ASS and PostgreSQL and tail the logs of all the containers.
|
||||
`build_start_it_supported` | Build the whole project including dependencies required for IT execution, recreate the ACS and Share docker images, start the dockerised environment composed by ACS, Share, ASS and PostgreSQL and tail the logs of all the containers.
|
||||
`start` | Start the dockerised environment without building the project and tail the logs of all the containers.
|
||||
`stop` | Stop the dockerised environment.
|
||||
`purge` | Stop the dockerised environment and delete all the persistent data (docker volumes).
|
||||
|
Reference in New Issue
Block a user