Skip to content

Commit 60c4549

Browse files
fishtailfuclaude
andcommitted
refactor: Move pluginManagement from dubbo-examples to dubbo-quickstart-example
Keep spring-boot-maven-plugin version management closer to where it is used. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 02e75b9 commit 60c4549

2 files changed

Lines changed: 9 additions & 13 deletions

File tree

dubbo-examples/dubbo-quickstart-example/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,16 @@
1717
<module>dubbo-quickstart-provider</module>
1818
<module>dubbo-quickstart-consumer</module>
1919
</modules>
20-
2120
<build>
21+
<pluginManagement>
22+
<plugins>
23+
<plugin>
24+
<groupId>org.springframework.boot</groupId>
25+
<artifactId>spring-boot-maven-plugin</artifactId>
26+
<version>${spring-boot-maven-plugin.version}</version>
27+
</plugin>
28+
</plugins>
29+
</pluginManagement>
2230
<plugins>
2331
<plugin>
2432
<groupId>org.springframework.boot</groupId>

dubbo-examples/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,4 @@
5858
<version>${slf4j.version}</version>
5959
</dependency>
6060
</dependencies>
61-
62-
<build>
63-
<pluginManagement>
64-
<plugins>
65-
<plugin>
66-
<groupId>org.springframework.boot</groupId>
67-
<artifactId>spring-boot-maven-plugin</artifactId>
68-
<version>${spring-boot-maven-plugin.version}</version>
69-
</plugin>
70-
</plugins>
71-
</pluginManagement>
72-
</build>
7361
</project>

0 commit comments

Comments
 (0)