From 3043ebb21ca99a950517b2edad1d3d1a1dded2c4 Mon Sep 17 00:00:00 2001 From: YoungTae Seok Date: Sat, 2 Jan 2021 03:30:13 +0900 Subject: [PATCH] Ensure Checkstyle suppression for dependency-reduced-pom.xml on Windows (#10899) Motivation: `mvn package` on Windows fails if there are some `dependency-reduced-pom.xml` files generated by the previous build. `mvn clean package` does not help because it does not remove those files at the clean phase. Modifications: Use the correct file pattern for the suppression filters. Result: Following `mvn package` runs well on Windows. --- nohttp-checkstyle-suppressions.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nohttp-checkstyle-suppressions.xml b/nohttp-checkstyle-suppressions.xml index 28c99d4d8a..94b38172f4 100644 --- a/nohttp-checkstyle-suppressions.xml +++ b/nohttp-checkstyle-suppressions.xml @@ -57,6 +57,6 @@ - - + +