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>
|
||||
<pomElements>
|
||||
<pluginManagement>keep</pluginManagement>
|
||||
<properties>keep</properties>
|
||||
<repositories>remove</repositories>
|
||||
</pomElements>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue