You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2018/11/14 10:52:18 UTC

[camel-k] 07/08: chore(runtime): configure maven surefire plugin

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit a6fe714b97b9565d620c571e988f007d2b623417
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Nov 14 11:28:15 2018 +0100

    chore(runtime): configure maven surefire plugin
---
 runtime/kotlin/pom.xml | 1 -
 runtime/pom.xml        | 5 +++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/runtime/kotlin/pom.xml b/runtime/kotlin/pom.xml
index 0c0f706..8a0db06 100644
--- a/runtime/kotlin/pom.xml
+++ b/runtime/kotlin/pom.xml
@@ -109,7 +109,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>${maven-surefire-plugin.version}</version>
                 <configuration>
                     <useSystemClassLoader>false</useSystemClassLoader>
                     <forkCount>0</forkCount>
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 4846d30..5c28d0b 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -87,6 +87,11 @@
                         </compilerArgs>
                     </configuration>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-surefire-plugin</artifactId>
+                    <version>${maven-surefire-plugin.version}</version>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>