Retain property aliases when flattening dependencies pom
Closes gh-12544
This commit is contained in:
parent
366c4d6044
commit
61ca6f439c
|
@ -3072,6 +3072,7 @@
|
||||||
<flattenMode>bom</flattenMode>
|
<flattenMode>bom</flattenMode>
|
||||||
<pomElements>
|
<pomElements>
|
||||||
<pluginManagement>keep</pluginManagement>
|
<pluginManagement>keep</pluginManagement>
|
||||||
|
<properties>keep</properties>
|
||||||
<repositories>remove</repositories>
|
<repositories>remove</repositories>
|
||||||
</pomElements>
|
</pomElements>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue