You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by ha...@apache.org on 2018/11/04 22:46:58 UTC

clerezza git commit: CLEREZZA-1026: Add maven-surefire-plugin in api.impl pom.xml

Repository: clerezza
Updated Branches:
  refs/heads/reunited 1576c5605 -> 53ffa575f


CLEREZZA-1026: Add maven-surefire-plugin in api.impl pom.xml


Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo
Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/53ffa575
Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/53ffa575
Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/53ffa575

Branch: refs/heads/reunited
Commit: 53ffa575f679c44510a1fa71e4db447ca29bf41d
Parents: 1576c56
Author: Hasan <ha...@apache.org>
Authored: Sun Nov 4 23:45:28 2018 +0100
Committer: Hasan <ha...@apache.org>
Committed: Sun Nov 4 23:45:28 2018 +0100

----------------------------------------------------------------------
 api.impl/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/53ffa575/api.impl/pom.xml
----------------------------------------------------------------------
diff --git a/api.impl/pom.xml b/api.impl/pom.xml
index 871beb6..1107f60 100644
--- a/api.impl/pom.xml
+++ b/api.impl/pom.xml
@@ -60,6 +60,14 @@
                     </instructions>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>2.22.1</version>
+                <configuration>
+                    <useSystemClassLoader>false</useSystemClassLoader>
+                </configuration>
+            </plugin>
         </plugins>
     </build>