Browse Source

Retain property aliases when flattening dependencies pom

Closes gh-12544
pull/14397/head
Andy Wilkinson 7 years ago
parent
commit
61ca6f439c
  1. 1
      spring-boot-project/spring-boot-dependencies/pom.xml

1
spring-boot-project/spring-boot-dependencies/pom.xml

@ -3072,6 +3072,7 @@ @@ -3072,6 +3072,7 @@
<flattenMode>bom</flattenMode>
<pomElements>
<pluginManagement>keep</pluginManagement>
<properties>keep</properties>
<repositories>remove</repositories>
</pomElements>
</configuration>

Loading…
Cancel
Save