]> source.dussan.org Git - aspectj.git/commitdiff
Use flattenMode=defaults for 'asm-renamed'
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 9 Apr 2021 08:06:08 +0000 (15:06 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 9 Apr 2021 08:06:08 +0000 (15:06 +0700)
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>
asm-renamed/pom.xml

index bb29f7838cd036bb41018146c7325cb45f8be313..cdc8bbde746cfef36973649aaff452ea2638e3a2 100644 (file)
               <goal>flatten</goal>
             </goals>
             <configuration>
-              <flattenMode>oss</flattenMode>
+              <flattenMode>defaults</flattenMode>
               <pomElements>
                 <dependencies>remove</dependencies>
               </pomElements>