You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by af...@apache.org on 2016/09/24 04:31:33 UTC

nifi git commit: [NIFI-2813] Fix for invalid M2_HOME directory

Repository: nifi
Updated Branches:
  refs/heads/master 85a1f753a -> 56f7cd085


[NIFI-2813] Fix for invalid M2_HOME directory

This closes #1049

Signed-off-by: Andre F de Miranda <tr...@users.noreply.github.com>


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

Branch: refs/heads/master
Commit: 56f7cd085fbd043aa64d1626d4ba3e1377b59cbe
Parents: 85a1f75
Author: Edgardo <ed...@nextcentury.com>
Authored: Fri Sep 23 11:45:10 2016 -0400
Committer: Andre F de Miranda <tr...@users.noreply.github.com>
Committed: Sat Sep 24 14:30:40 2016 +1000

----------------------------------------------------------------------
 appveyor.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/56f7cd08/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 7b4fe1b..ed3a053 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -12,7 +12,8 @@ install:
         )
         [System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven")
       }
-  - cmd: SET PATH=C:\maven\apache-maven-3.1.1\bin;%JAVA_HOME%\bin;%PATH%
+  - cmd: SET M2_HOME=C:\maven\apache-maven-3.1.1
+  - cmd: SET PATH=%M2_HOME%\bin;%JAVA_HOME%\bin;%PATH%%
   - cmd: SET MAVEN_OPTS=-XX:MaxPermSize=2g -Xmx4g
   - cmd: SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
 build_script: