From e476249a14932e86e1f0430438b3814d026f6ca5 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Fri, 9 Apr 2021 15:06:08 +0700 Subject: [PATCH] Use flattenMode=defaults for 'asm-renamed' On GitHub CI, there is a very strange error while downloading the POM, which does not occur locally. Maybe this is due to the usage of inline XML tags inside a CDATA section in the 'description' tag text. The default mode removes the description. Signed-off-by: Alexander Kriegisch --- asm-renamed/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asm-renamed/pom.xml b/asm-renamed/pom.xml index bb29f7838..cdc8bbde7 100644 --- a/asm-renamed/pom.xml +++ b/asm-renamed/pom.xml @@ -177,7 +177,7 @@ flatten - oss + defaults remove -- 2.39.5