This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new a298c85b4 chore: rename script.groovy -> setPayaraPort.groovy
a298c85b4 is described below
commit a298c85b402c898bd914915366e964dfcc97c855
Author: lprimak <[email protected]>
AuthorDate: Mon Nov 3 01:05:25 2025 -0600
chore: rename script.groovy -> setPayaraPort.groovy
---
integration-tests/jakarta-ee/pom.xml | 2 +-
.../src/main/resources/{script.groovy => setPayaraPort.groovy} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/integration-tests/jakarta-ee/pom.xml
b/integration-tests/jakarta-ee/pom.xml
index fc9a5d2cc..48c533529 100644
--- a/integration-tests/jakarta-ee/pom.xml
+++ b/integration-tests/jakarta-ee/pom.xml
@@ -374,7 +374,7 @@
</goals>
<configuration>
<scripts>
-
<script>${project.basedir}/src/main/resources/script.groovy</script>
+
<script>${project.basedir}/src/main/resources/setPayaraPort.groovy</script>
</scripts>
</configuration>
</execution>
diff --git a/integration-tests/jakarta-ee/src/main/resources/script.groovy
b/integration-tests/jakarta-ee/src/main/resources/setPayaraPort.groovy
similarity index 100%
rename from integration-tests/jakarta-ee/src/main/resources/script.groovy
rename to integration-tests/jakarta-ee/src/main/resources/setPayaraPort.groovy