You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2017/01/03 16:29:09 UTC

[1/2] syncope git commit: More quiet output on AppVeyor

Repository: syncope
Updated Branches:
  refs/heads/2_0_X d731806ca -> dfaa982fb
  refs/heads/master c25e1da07 -> 3684437eb


More quiet output on AppVeyor


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

Branch: refs/heads/2_0_X
Commit: dfaa982fb5791bd4032bc3abfd9349fc7dbbc05a
Parents: d731806
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Tue Jan 3 17:28:48 2017 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Tue Jan 3 17:28:48 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/dfaa982f/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 9b76be5..97bf0b3 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -23,7 +23,7 @@ install:
   - cmd: SET MAVEN_OPTS=-XX:MaxPermSize=2g -Xmx4g
   - cmd: SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
 build_script:
-  - mvn -T 1C -PskipTests,all --batch-mode
+  - mvn --show-version --quiet -T 1C -PskipTests,all --batch-mode
 test_script:
   - mvn -T 1C clean install --batch-mode
 cache:


[2/2] syncope git commit: More quiet output on AppVeyor

Posted by il...@apache.org.
More quiet output on AppVeyor


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

Branch: refs/heads/master
Commit: 3684437eb97c46b6e9bacc7fd664321170d28420
Parents: c25e1da
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Tue Jan 3 17:28:48 2017 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Tue Jan 3 17:28:59 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/3684437e/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 7a72cfa..af27b73 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -23,7 +23,7 @@ install:
   - cmd: SET MAVEN_OPTS=-XX:MaxPermSize=2g -Xmx4g
   - cmd: SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
 build_script:
-  - mvn -T 1C -PskipTests,all --batch-mode
+  - mvn --show-version --quiet -T 1C -PskipTests,all --batch-mode
 test_script:
   - mvn -T 1C clean install --batch-mode
 cache: