This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-edgent.git


The following commit(s) were added to refs/heads/develop by this push:
     new 2e44089  - Ensured the manual tests are not executed.
2e44089 is described below

commit 2e44089358175964650fed5e2bf4ad071b05b7d6
Author: Christofer Dutz <christofer.d...@c-ware.de>
AuthorDate: Thu Mar 7 17:29:34 2019 +0100

    - Ensured the manual tests are not executed.
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1dd01f0..4eb339c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -431,6 +431,9 @@
                 Notice the @ instead of the $ as prefix? That's late 
evaluation.
           -->
           <argLine>@{surefireArgLine}</argLine>
+          <includes>
+            <include>**/*Test.java</include>
+          </includes>
         </configuration>
       </plugin>
 
@@ -453,6 +456,9 @@
                 Notice the @ instead of the $ as prefix? That's late 
evaluation.
           -->
           <argLine>@{failsafeArgLine}</argLine>
+          <includes>
+            <include>**/*IT.java</include>
+          </includes>
         </configuration>
       </plugin>
 

Reply via email to