aboutsummaryrefslogtreecommitdiffstats
path: root/asm-renamed
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-04-09 15:06:08 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-04-09 15:06:08 +0700
commite476249a14932e86e1f0430438b3814d026f6ca5 (patch)
tree181b3bc4a41d5bd095e0b409b4423dd7c72d2278 /asm-renamed
parent95d6d5a1ee4df410820c838e70b073638f845e22 (diff)
downloadaspectj-e476249a14932e86e1f0430438b3814d026f6ca5.tar.gz
aspectj-e476249a14932e86e1f0430438b3814d026f6ca5.zip
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>
Diffstat (limited to 'asm-renamed')
-rw-r--r--asm-renamed/pom.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<goal>flatten</goal>
</goals>
<configuration>
- <flattenMode>oss</flattenMode>
+ <flattenMode>defaults</flattenMode>
<pomElements>
<dependencies>remove</dependencies>
</pomElements>