• Andy Wilkinson's avatar
    Document details of configuring Gradle to produce valid poms · c3d2fb5e
    Andy Wilkinson authored
    If a Gradle build is using the Spring Boot Gradle plugin's support for
    declaring dependencies without versions then they will be unable to
    publish Maven artifacts from the build as the Gradle-generated pom
    will fail to validate. This is because Gradle doesn't apply the
    Boot-provided dependency versions to the dependencies in the generated
    pom.
    
    This can be addressed by configuring Gradle to generate a pom that
    either imports spring-boot-dependencies into its dependency management
    or that uses spring-boot-starter-parent as its parent. This commit
    updates the documentation to document the need for this configuration
    and to provide examples of how to do so.
    
    Closes gh-1806
    c3d2fb5e
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
spring-boot-versions Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...