From a90b2ea5241fef13a2098fffaacec09cad8346a8 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 21 Jan 2021 17:57:03 +0100 Subject: [PATCH] [ci] Exclude generated sources for regression tester --- .ci/files/project-list.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/files/project-list.xml b/.ci/files/project-list.xml index 6639e4752a..9117207eaa 100644 --- a/.ci/files/project-list.xml +++ b/.ci/files/project-list.xml @@ -32,6 +32,8 @@ mvn dependency:build-classpath -DincludeScope=test -Dmdep.outputFile=classpath.t https://github.com/spring-projects/spring-framework v5.0.6.RELEASE + .*/build/generated-sources/.* +