From 419f9455a21eeb2b0bf6360204ee1175b62df805 Mon Sep 17 00:00:00 2001 From: Joey Echeverria Date: Fri, 5 Jun 2015 15:32:16 -0700 Subject: [PATCH] NIFI-589: Set java.io.tmpdir to ${build.project.directory} This lets us use TemporaryDirectory and get the benefits of cleaning up temporary files using `mvn clean` Signed-off-by: Matt Gilman --- .../nifi-flume-bundle/nifi-flume-processors/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nifi/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-processors/pom.xml b/nifi/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-processors/pom.xml index b903f21833..b0e730c4a6 100644 --- a/nifi/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-processors/pom.xml +++ b/nifi/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-processors/pom.xml @@ -136,6 +136,15 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + + ${project.build.directory} + + +