From 4d0416afd0f251ee19c76ba836e46783e018f5a6 Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Fri, 19 May 2023 11:57:56 +0200 Subject: [PATCH] Clarify re-execute logic of groovy scripts installed through InstallHook --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 00d8072f..4878a074 100644 --- a/Readme.md +++ b/Readme.md @@ -233,6 +233,10 @@ You can add the install hook by adding de.valtech.aecu.core.installhook.AecuInst ``` +The groovy scripts must be covered by the filter, i.e. must be imported into the repository during installation. + +By default each Groovy script is only executed once (if it does not end with suffix `.always.groovy`). It will be re-executed though in case any of the groovy scripts have been modified (through the package installation). + ## Manual Execution