Repository: nifi
Updated Branches:
  refs/heads/master 8f92ac993 -> 0f15f261f


NIFI-1236 adding prefer IPv4 java arg property for tests to have same env we do 
in prod

Signed-off-by: joewitt <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/0f15f261
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/0f15f261
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/0f15f261

Branch: refs/heads/master
Commit: 0f15f261f85d0ca72560eaef43fc345d6d29b1b5
Parents: 8f92ac9
Author: joewitt <[email protected]>
Authored: Tue Dec 1 17:33:49 2015 -0500
Committer: joewitt <[email protected]>
Committed: Tue Dec 1 20:43:31 2015 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/0f15f261/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 91e7616..68ed591 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1124,7 +1124,7 @@ language governing permissions and limitations under the 
License. -->
                     <version>2.18</version>
                     <configuration>
                         
<redirectTestOutputToFile>true</redirectTestOutputToFile>
-                        <argLine>-Xmx1G</argLine>
+                        <argLine combine.children="append">-Xmx1G 
-Djava.net.preferIPv4Stack=true</argLine>
                     </configuration>
                 </plugin>
                 <plugin>

Reply via email to