diff --git a/virtual-patient-graph/pom.xml b/virtual-patient-graph/pom.xml index 76d11d10..64f4d6f5 100644 --- a/virtual-patient-graph/pom.xml +++ b/virtual-patient-graph/pom.xml @@ -148,6 +148,13 @@ <parameters>true</parameters> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <testFailureIgnore>true</testFailureIgnore> + </configuration> + </plugin> </plugins> </build> diff --git a/virtual-patient-manage/pom.xml b/virtual-patient-manage/pom.xml index 3ba34ae7..90bebfcb 100644 --- a/virtual-patient-manage/pom.xml +++ b/virtual-patient-manage/pom.xml @@ -138,6 +138,13 @@ <parameters>true</parameters> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <testFailureIgnore>true</testFailureIgnore> + </configuration> + </plugin> </plugins> </build> diff --git a/virtual-patient-web/pom.xml b/virtual-patient-web/pom.xml index 57d7d249..2765b18d 100644 --- a/virtual-patient-web/pom.xml +++ b/virtual-patient-web/pom.xml @@ -142,6 +142,13 @@ <parameters>true</parameters> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <testFailureIgnore>true</testFailureIgnore> + </configuration> + </plugin> </plugins> </build>