Skip to content

Commit 6b353fb

Browse files
committed
Move spring-boot-test-support into spring-boot-tools
Closes gh-8114
1 parent f823599 commit 6b353fb

File tree

12 files changed

+5
-7
lines changed

12 files changed

+5
-7
lines changed

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
<module>spring-boot-dependencies</module>
8282
<module>spring-boot-parent</module>
8383
<module>spring-boot-tools</module>
84-
<module>spring-boot-test-support</module>
8584
<module>spring-boot</module>
8685
<module>spring-boot-test</module>
8786
<module>spring-boot-autoconfigure</module>
@@ -114,7 +113,6 @@
114113
<modules>
115114
<module>spring-boot-dependencies</module>
116115
<module>spring-boot-parent</module>
117-
<module>spring-boot-test-support</module>
118116
<module>spring-boot-tools</module>
119117
</modules>
120118
<build>

spring-boot-tools/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@
2020
<main.basedir>${basedir}/..</main.basedir>
2121
</properties>
2222
<modules>
23+
<module>spring-boot-antlib</module>
2324
<module>spring-boot-autoconfigure-processor</module>
2425
<module>spring-boot-configuration-metadata</module>
2526
<module>spring-boot-configuration-processor</module>
27+
<module>spring-boot-gradle-plugin</module>
2628
<module>spring-boot-loader</module>
2729
<module>spring-boot-loader-tools</module>
2830
<module>spring-boot-maven-plugin</module>
29-
<module>spring-boot-gradle-plugin</module>
30-
<module>spring-boot-antlib</module>
31+
<module>spring-boot-test-support</module>
3132
</modules>
3233
</project>

spring-boot-test-support/pom.xml renamed to spring-boot-tools/spring-boot-test-support/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
66
<groupId>org.springframework.boot</groupId>
7-
<artifactId>spring-boot-parent</artifactId>
7+
<artifactId>spring-boot-tools</artifactId>
88
<version>1.5.0.BUILD-SNAPSHOT</version>
9-
<relativePath>../spring-boot-parent</relativePath>
109
</parent>
1110
<artifactId>spring-boot-test-support</artifactId>
1211
<name>Spring Boot Testing Support</name>
@@ -17,7 +16,7 @@
1716
<url>http://www.spring.io</url>
1817
</organization>
1918
<properties>
20-
<main.basedir>${basedir}/..</main.basedir>
19+
<main.basedir>${basedir}/../..</main.basedir>
2120
</properties>
2221
<dependencies>
2322
<!-- Provided -->

0 commit comments

Comments
 (0)