[26/27] nifi git commit: Updating appveyor to mimic Travis CI build.

2016-10-21 Thread aldrin
Updating appveyor to mimic Travis CI build.


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

Branch: refs/heads/appveyor-improvement
Commit: 00d6feacd1e8f479e395263b1f1ee7abdfdee683
Parents: 220b768
Author: Aldrin Piri 
Authored: Fri Oct 14 09:22:06 2016 -0400
Committer: Aldrin Piri 
Committed: Fri Oct 21 15:54:33 2016 -0400

--
 appveyor.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/nifi/blob/00d6feac/appveyor.yml
--
diff --git a/appveyor.yml b/appveyor.yml
index c7aa2f2..d54984f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -32,9 +32,9 @@ install:
   - cmd: SET MAVEN_OPTS=-XX:MaxPermSize=2g -Xmx4g
   - cmd: SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
 build_script:
-  - mvn -q clean package --batch-mode -DskipTests
+  - mvn -q -T 2C -DskipTests clean install
 test_script:
-  - mvn -q clean install --batch-mode -Pcontrib-check
+  - mvn -P contrib-check verify
 cache:
   - C:\maven\
   - C:\Users\appveyor\.m2



nifi git commit: Updating appveyor to mimic Travis CI build.

2016-10-14 Thread aldrin
Repository: nifi
Updated Branches:
  refs/heads/appveyor-improvement [created] f6d76404f


Updating appveyor to mimic Travis CI build.


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

Branch: refs/heads/appveyor-improvement
Commit: f6d76404f57dfffdd2c6c20458e7d5a6a2904d11
Parents: 7107616
Author: Aldrin Piri 
Authored: Fri Oct 14 09:22:06 2016 -0400
Committer: Aldrin Piri 
Committed: Fri Oct 14 09:22:06 2016 -0400

--
 appveyor.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/nifi/blob/f6d76404/appveyor.yml
--
diff --git a/appveyor.yml b/appveyor.yml
index c7aa2f2..d54984f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -32,9 +32,9 @@ install:
   - cmd: SET MAVEN_OPTS=-XX:MaxPermSize=2g -Xmx4g
   - cmd: SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
 build_script:
-  - mvn -q clean package --batch-mode -DskipTests
+  - mvn -q -T 2C -DskipTests clean install
 test_script:
-  - mvn -q clean install --batch-mode -Pcontrib-check
+  - mvn -P contrib-check verify
 cache:
   - C:\maven\
   - C:\Users\appveyor\.m2