You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2021/02/15 08:09:24 UTC

[camel] 01/11: Enable TIA for failsafe plugin too

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

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

commit 01f6159c0a42cefe123b9d53bfa34fee85cdfe7a
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Thu Feb 4 15:20:51 2021 +0100

    Enable TIA for failsafe plugin too
---
 parent/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8c167f8..1a2b42a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4918,6 +4918,13 @@
                             <argLine>@{camel.surefire.fork.vmargs}</argLine>
                         </configuration>
                     </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-failsafe-plugin</artifactId>
+                        <configuration>
+                            <argLine>@{camel.surefire.fork.vmargs}</argLine>
+                        </configuration>
+                    </plugin>
                 </plugins>
             </build>
         </profile>