Flows fail to update status in requests DB
[so.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d69476f..54472b4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.17</version>
+        <version>2.19.1</version>
         <configuration>
+          <argLine>${surefireArgLine}</argLine>
           <!-- <forkCount>2C</forkCount> <reuseForks>true</reuseForks> -->
+          <excludes>
+            <exclude>**/IT*.java</exclude>
+          </excludes>
         </configuration>
       </plugin>
       <plugin>
               <goal>prepare-agent</goal>
             </goals>
             <configuration>
-              <destFile>${project.build.directory}/coverage-reports/jacoco.exec</destFile>
-              <!-- <append>true</append> -->
+              <destFile>${sonar.jacoco.reportPath}</destFile>
+              <propertyName>surefireArgLine</propertyName>
             </configuration>
           </execution>
         </executions>