From 3f531834788c072d977fcadbd736c4cce9f815a7 Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Thu, 18 Jun 2026 10:21:50 +0200 Subject: [PATCH] JCRVLT-847 Move spotless execution to "verify" phase This minimizes interruption of ongoing work in the IDE and with the CLI as one can easily leave that phase out (if not desired). --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 0241ea96..15cd90f4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -361,7 +361,7 @@ Apache Jackrabbit FileVault is a project of the Apache Software Foundation. ${spotless.action} - process-sources + verify