spring_reference/VIII. Build tool plugins/59.10. Publishing artifacts...

4 lines
473 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

### 59.10. 使用Gradle将artifacts发布到一个Maven仓库
如果你声明依赖但没有指定版本且你想要将artifacts发布到一个Maven仓库那你需要使用详细的Spring Boot依赖管理来配置Maven发布。通过配置它发布继承自`spring-boot-starter-parent`的poms或引入来自`spring-boot-dependencies`的依赖管理可以实现该需求。这种配置的具体细节取决于你如何使用Gradle及如何发布该artifacts的。