This is an automated email from the ASF dual-hosted git repository.
radu pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-graphql-core.git
The following commit(s) were added to refs/heads/master by this push:
new 858bcb6 trivial: collect code coverage from both unit and it tests
858bcb6 is described below
commit 858bcb658e0912165999feab839dfd567257864e
Author: Radu Cotescu <[email protected]>
AuthorDate: Tue Sep 22 20:10:47 2020 +0200
trivial: collect code coverage from both unit and it tests
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fc87efb..35ed616 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-failsafe-plugin</artifactId>
+ <artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>@{argLine}</argLine>
</configuration>