• Andy Wilkinson's avatar
    Put module deps in app layer and make customization easier · 3bfe1b00
    Andy Wilkinson authored
    Previously, when building a layered jar with Maven, dependencies
    on modules in the same build were treated the same as any other
    dependency, being included in the dependencies or snapshot dependencies
    layer based on their version.
    
    This commit updates the default layering when using Maven to include
    dependencies on modules in the same build in the application layer by
    default. The XML schema has also been updated to allow the layer to be
    customized using new <includeModuleDependencies/> and
    <excludeModuleDependencies/> elements rather than relying on including
    and excluding them via a group:artifact:version pattern.
    
    Closes gh-23463
    3bfe1b00
Name
Last commit
Last update
.github Loading commit data...
buildSrc Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
gradle/wrapper Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-tests Loading commit data...
src Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
build.gradle Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle Loading commit data...