From 352bd1af2ad8d1d23f808f48e33a229ecd096721 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Tue, 10 Mar 2015 22:07:37 +0800 Subject: [PATCH] Update 59.10. Publishing artifacts to a Maven repository using Gradle.md --- ... Publishing artifacts to a Maven repository using Gradle.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VIII. Build tool plugins/59.10. Publishing artifacts to a Maven repository using Gradle.md b/VIII. Build tool plugins/59.10. Publishing artifacts to a Maven repository using Gradle.md index e69de29..0517acd 100644 --- a/VIII. Build tool plugins/59.10. Publishing artifacts to a Maven repository using Gradle.md +++ b/VIII. Build tool plugins/59.10. Publishing artifacts to a Maven repository using Gradle.md @@ -0,0 +1,3 @@ +### 59.10. 使用Gradle将artifacts发布到一个Maven仓库 + +如果你声明依赖但没有指定版本,且你想要将artifacts发布到一个Maven仓库,那你需要使用详细的Spring Boot依赖管理来配置Maven发布。通过配置它发布继承自`spring-boot-starter-parent`的poms或引入来自`spring-boot-dependencies`的依赖管理可以实现该需求。这种配置的具体细节取决于你如何使用Gradle及如何发布该artifacts的。