Add layertools jarmode

Add a new `spring-boot-layertools` module which provides jarmode support
for working with layers. The module works with both classic fat jars,
as well as layered jars.

Closes gh-19849
This commit is contained in:
Phillip Webb
2020-01-22 01:07:55 -08:00
parent 73a42050d6
commit e513fe4666
27 changed files with 1917 additions and 1 deletions

View File

@@ -127,7 +127,7 @@
name="spring-boot-tools">
<predicate
xsi:type="predicates:NamePredicate"
pattern="spring-boot-(tools|antlib|configuration-.*|loader|.*-tools|.*-plugin|autoconfigure-processor|cloudnativebuildpack)"/>
pattern="spring-boot-(tools|antlib|configuration-.*|loader|.*-tools|*.layertools|.*-plugin|autoconfigure-processor|cloudnativebuildpack)"/>
</workingSet>
<workingSet
name="spring-boot-starters">