From 61a1a5a725929e6e769eeecc85e7bb46cb971710 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Fri, 18 Mar 2022 09:30:58 +0100 Subject: [PATCH] enable itcases in formsolutions adapter --- formsolutions-adapter/pom.xml | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/formsolutions-adapter/pom.xml b/formsolutions-adapter/pom.xml index 869a60142..5c54a5b72 100644 --- a/formsolutions-adapter/pom.xml +++ b/formsolutions-adapter/pom.xml @@ -93,11 +93,11 @@ </exclusion> </exclusions> </dependency> - <dependency> - <groupId>de.itvsh.kop.eingangsadapter</groupId> - <artifactId>semantik-adapter</artifactId> - </dependency> - </dependencies> + <dependency> + <groupId>de.itvsh.kop.eingangsadapter</groupId> + <artifactId>semantik-adapter</artifactId> + </dependency> + </dependencies> <build> <finalName>${project.artifactId}</finalName> @@ -122,6 +122,16 @@ </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-failsafe-plugin</artifactId> + </plugin> + <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jaxb2-maven-plugin</artifactId> <configuration> <sources> <source>${project.basedir}/src/main/resources/formsolutions/formdata.xsd</source> </sources> </configuration> </plugin> --> @@ -141,7 +151,7 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> - + <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> -- GitLab