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 <[email protected]> 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>
