[JAVA-1659] Upgraded Maven Surefire Plugin and JUnit versions

* Fixed sub-modules parent poms names

* Added relative paths to sub-modules poms

* Configured Maven Surefire Plugin so that it works with the dummy test

* Upgraded Maven Surefire Plugin version to 2.22.2

* Upgraded JUnit version to 5.6.2
This commit is contained in:
dupirefr
2020-06-01 11:11:12 +02:00
parent 00b67725ea
commit 3086da7d12
6 changed files with 38 additions and 11 deletions
+2 -1
View File
@@ -12,8 +12,9 @@
<parent>
<groupId>com.baeldung.dddmodules</groupId>
<artifactId>dddmodules</artifactId>
<artifactId>ddd-modules</artifactId>
<version>1.0</version>
<relativePath>../</relativePath>
</parent>
<dependencies>