Use an agent to support processes launched with redirected io, fixes #241

This commit is contained in:
Guillaume Nodet
2021-01-05 15:25:02 +01:00
parent f84f1e0c4b
commit d6464ed790
13 changed files with 460 additions and 8 deletions

10
dist/pom.xml vendored
View File

@@ -1,6 +1,6 @@
<!--
Copyright 2019 the original author or authors.
Copyright 2019-2021 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -31,6 +31,14 @@
<name>Maven Daemon - Distribution</name>
<dependencies>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-agent</artifactId>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-helper-agent</artifactId>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-client</artifactId>