Skip to content

Commit a10589c

Browse files
committed
Revert "Remove intermediate starters parent module"
This reverts commit f6dbcae.
1 parent f6dbcae commit a10589c

File tree

8 files changed

+37
-12
lines changed

8 files changed

+37
-12
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,7 @@
8181
<module>spring-shell-docs</module>
8282
<module>spring-shell-dependencies</module>
8383
<module>spring-shell-samples</module>
84-
<module>spring-shell-starter</module>
85-
<module>spring-shell-starter-test</module>
86-
<module>spring-shell-starter-jni</module>
87-
<module>spring-shell-starter-jna</module>
88-
<module>spring-shell-starter-jansi</module>
89-
<module>spring-shell-starter-ffm</module>
84+
<module>spring-shell-starters</module>
9085
</modules>
9186

9287
<build>

spring-shell-starters/pom.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
5+
<parent>
6+
<groupId>org.springframework.shell</groupId>
7+
<artifactId>spring-shell</artifactId>
8+
<version>4.0.0-SNAPSHOT</version>
9+
</parent>
10+
11+
<artifactId>spring-shell-starters</artifactId>
12+
<name>Spring Shell Starters Parent POM</name>
13+
<packaging>pom</packaging>
14+
<description>Starters for Spring Shell</description>
15+
16+
<modules>
17+
<module>spring-shell-starter</module>
18+
<module>spring-shell-starter-test</module>
19+
<module>spring-shell-starter-jni</module>
20+
<module>spring-shell-starter-jna</module>
21+
<module>spring-shell-starter-jansi</module>
22+
<module>spring-shell-starter-ffm</module>
23+
</modules>
24+
25+
</project>

spring-shell-starter-ffm/pom.xml renamed to spring-shell-starters/spring-shell-starter-ffm/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>org.springframework.shell</groupId>
7-
<artifactId>spring-shell</artifactId>
7+
<artifactId>spring-shell-starters</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
</parent>
1010

@@ -18,6 +18,7 @@
1818
<groupId>org.springframework.shell</groupId>
1919
<artifactId>spring-shell-starter</artifactId>
2020
<version>${project.parent.version}</version>
21+
<type>pom</type>
2122
</dependency>
2223
<dependency>
2324
<groupId>org.jline</groupId>

spring-shell-starter-jansi/pom.xml renamed to spring-shell-starters/spring-shell-starter-jansi/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>org.springframework.shell</groupId>
7-
<artifactId>spring-shell</artifactId>
7+
<artifactId>spring-shell-starters</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
</parent>
1010

@@ -18,6 +18,7 @@
1818
<groupId>org.springframework.shell</groupId>
1919
<artifactId>spring-shell-starter</artifactId>
2020
<version>${project.parent.version}</version>
21+
<type>pom</type>
2122
</dependency>
2223
<dependency>
2324
<groupId>org.jline</groupId>

spring-shell-starter-jna/pom.xml renamed to spring-shell-starters/spring-shell-starter-jna/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>org.springframework.shell</groupId>
7-
<artifactId>spring-shell</artifactId>
7+
<artifactId>spring-shell-starters</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
</parent>
1010

@@ -18,6 +18,7 @@
1818
<groupId>org.springframework.shell</groupId>
1919
<artifactId>spring-shell-starter</artifactId>
2020
<version>${project.parent.version}</version>
21+
<type>pom</type>
2122
</dependency>
2223
<dependency>
2324
<groupId>org.jline</groupId>

spring-shell-starter-jni/pom.xml renamed to spring-shell-starters/spring-shell-starter-jni/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>org.springframework.shell</groupId>
7-
<artifactId>spring-shell</artifactId>
7+
<artifactId>spring-shell-starters</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
</parent>
1010

@@ -18,6 +18,7 @@
1818
<groupId>org.springframework.shell</groupId>
1919
<artifactId>spring-shell-starter</artifactId>
2020
<version>${project.parent.version}</version>
21+
<type>pom</type>
2122
</dependency>
2223
<dependency>
2324
<groupId>org.jline</groupId>

spring-shell-starter-test/pom.xml renamed to spring-shell-starters/spring-shell-starter-test/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>org.springframework.shell</groupId>
7-
<artifactId>spring-shell</artifactId>
7+
<artifactId>spring-shell-starters</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
</parent>
1010

@@ -18,6 +18,7 @@
1818
<groupId>org.springframework.shell</groupId>
1919
<artifactId>spring-shell-starter</artifactId>
2020
<version>${project.parent.version}</version>
21+
<type>pom</type>
2122
</dependency>
2223
<dependency>
2324
<groupId>org.springframework.shell</groupId>

spring-shell-starter/pom.xml renamed to spring-shell-starters/spring-shell-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>org.springframework.shell</groupId>
7-
<artifactId>spring-shell</artifactId>
7+
<artifactId>spring-shell-starters</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
</parent>
1010

0 commit comments

Comments
 (0)