Skip to content

Commit 4ccbc7b

Browse files
authored
Move test-related modules (#180)
* Move testing/assertj to top level * Move testing/junit to top level
1 parent a11a3d2 commit 4ccbc7b

File tree

6 files changed

+4
-6
lines changed

6 files changed

+4
-6
lines changed

testing/assertj/pom.xml renamed to assertj/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<groupId>io.mincong</groupId>
99
<artifactId>java-examples-parent</artifactId>
1010
<version>1.0.0-SNAPSHOT</version>
11-
<relativePath>../../pom.xml</relativePath>
1211
</parent>
1312

1413
<artifactId>java-examples-assertj</artifactId>

testing/junit/pom.xml renamed to junit4/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88
<groupId>io.mincong</groupId>
99
<artifactId>java-examples-parent</artifactId>
1010
<version>1.0.0-SNAPSHOT</version>
11-
<relativePath>../../pom.xml</relativePath>
1211
</parent>
1312

14-
<artifactId>java-examples-junit</artifactId>
15-
<name>Java Examples - JUnit</name>
13+
<artifactId>java-examples-junit4</artifactId>
14+
<name>Java Examples - JUnit 4</name>
1615

1716
<dependencies>
1817
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
<modules>
3131
<module>akka</module>
32+
<module>assertj</module>
3233
<module>basic</module>
3334
<module>cli</module>
3435
<module>concurrency</module>
@@ -45,15 +46,14 @@
4546
<module>jgit-http</module>
4647
<module>jmh</module>
4748
<module>json</module>
49+
<module>junit4</module>
4850
<module>logback</module>
4951
<module>maven</module>
5052
<module>mockito</module>
5153
<module>mongo</module>
5254
<module>oca</module>
5355
<module>ocp</module>
5456
<module>restful-api</module>
55-
<module>testing/assertj</module>
56-
<module>testing/junit</module>
5757
<module>typesafe-config</module>
5858
<module>vavr</module>
5959
<module>xml</module>

0 commit comments

Comments
 (0)