Repository: incubator-htrace Updated Branches: refs/heads/master 4ef0d4834 -> a852600af
HTRACE-43. Set redirectTestOutputToFile to avoid letting the Java tests spam the console (Elliott Clark via Colin P. McCabe) Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/a852600a Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/a852600a Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/a852600a Branch: refs/heads/master Commit: a852600af87bafced77ee9e663487631a4fa60df Parents: 4ef0d48 Author: Colin P. Mccabe <[email protected]> Authored: Wed Dec 31 15:40:18 2014 -0800 Committer: Colin P. Mccabe <[email protected]> Committed: Wed Dec 31 15:40:18 2014 -0800 ---------------------------------------------------------------------- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/a852600a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2d42b5e..5977a9e 100644 --- a/pom.xml +++ b/pom.xml @@ -268,6 +268,13 @@ language governing permissions and limitations under the License. --> </descriptors> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <redirectTestOutputToFile>true</redirectTestOutputToFile> + </configuration> + </plugin> </plugins> </build> <properties>
