Browse Source

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 <Alexander@Kriegisch.name>
tags/V1_9_7_M2
Alexander Kriegisch 3 years ago
parent
commit
e476249a14
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      asm-renamed/pom.xml

+ 1
- 1
asm-renamed/pom.xml View File

@@ -177,7 +177,7 @@
<goal>flatten</goal>
</goals>
<configuration>
<flattenMode>oss</flattenMode>
<flattenMode>defaults</flattenMode>
<pomElements>
<dependencies>remove</dependencies>
</pomElements>

Loading…
Cancel
Save