This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch feature/move-spotless-to-verify in repository https://gitbox.apache.org/repos/asf/sling-parent.git
commit ddb5b4084745f1e512b87351943c13854b5be9dd Author: Konrad Windszus <[email protected]> AuthorDate: Thu Jun 18 09:54:35 2026 +0200 SLING-13240 Move spotless execution to phase "verify" --- sling-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml index 8af1200..edffb2f 100644 --- a/sling-parent/pom.xml +++ b/sling-parent/pom.xml @@ -552,7 +552,7 @@ <goals> <goal>${spotless.action}</goal> </goals> - <phase>process-sources</phase> + <phase>verify</phase> </execution> </executions> </plugin>
