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 2018/10/16 05:37:02 UTC

[1/6] syncope git commit: Also Travis CI to exclude Eclise build by default

Repository: syncope
Updated Branches:
  refs/heads/2_0_X 4f5e12127 -> 2177d2d3a
  refs/heads/2_1_X 5b898b232 -> f9edfc2e9
  refs/heads/master a9854644a -> c2ba360bb


Also Travis CI to exclude Eclise build by default


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

Branch: refs/heads/2_1_X
Commit: be1dba8150d765193b086e4b7b3d62529f130de5
Parents: 5b898b2
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Oct 16 07:35:28 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Oct 16 07:35:28 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/be1dba81/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 6e008aa..9c09fa5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,7 @@ jdk:
 before_install:
   - echo 'MAVEN_OPTS="-Xms512m -Xmx1024m -XX:+TieredCompilation -XX:TieredStopAtLevel=1"' >~/.mavenrc
 # default install is mvn install --quiet -DskipTests=true
-install: travis_wait mvn --show-version --quiet -T 1C -P all,skipTests
+install: travis_wait mvn --show-version --quiet -T 1C -P all,skipTests,without-eclipse
 before_script:
   - cd fit/core-reference
 script:


[6/6] syncope git commit: Also Appveyor to exclude Eclise build by default

Posted by il...@apache.org.
Also Appveyor to exclude Eclise build by default


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

Branch: refs/heads/master
Commit: c2ba360bbebd0b8f57e90fb3a2077f904aa5f224
Parents: d438252
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Oct 16 07:36:34 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Oct 16 07:36:54 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/c2ba360b/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 5f79db7..55343b0 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -32,7 +32,7 @@ install:
   - cmd: SET MAVEN_OPTS=-Xmx4g
   - cmd: SET JAVA_OPTS=-Xmx4g
 build_script:
-  - mvn --show-version --quiet -T 1C -PskipTests,all --batch-mode
+  - mvn --show-version --quiet -T 1C -PskipTests,all,without-eclipse --batch-mode
 test_script:
   - mvn -T 1C clean install --batch-mode
 cache:


[4/6] syncope git commit: Also Appveyor to exclude Eclise build by default

Posted by il...@apache.org.
Also Appveyor to exclude Eclise build by default


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

Branch: refs/heads/2_1_X
Commit: f9edfc2e9565dd29ba9740e9605794102a458b79
Parents: be1dba8
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Oct 16 07:36:34 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Oct 16 07:36:34 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/f9edfc2e/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 5fc0c02..c39b21e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -32,7 +32,7 @@ install:
   - cmd: SET MAVEN_OPTS=-Xmx4g
   - cmd: SET JAVA_OPTS=-Xmx4g
 build_script:
-  - mvn --show-version --quiet -T 1C -PskipTests,all --batch-mode
+  - mvn --show-version --quiet -T 1C -PskipTests,all,without-eclipse --batch-mode
 test_script:
   - mvn -T 1C clean install --batch-mode
 cache:


[2/6] syncope git commit: Also Travis CI to exclude Eclise build by default

Posted by il...@apache.org.
Also Travis CI to exclude Eclise build by default


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

Branch: refs/heads/2_0_X
Commit: 100aa328b35b014b69300c222da0f0ba3c1e1b98
Parents: 4f5e121
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Oct 16 07:35:28 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Oct 16 07:35:39 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/100aa328/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 87b1284..3dd5793 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ jdk:
 before_install:
   - echo 'MAVEN_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m"' >~/.mavenrc
 # default install is mvn install --quiet -DskipTests=true
-install: travis_wait mvn --show-version --quiet -T 1C -P all,skipTests
+install: travis_wait mvn --show-version --quiet -T 1C -P all,skipTests,without-eclipse
 before_script:
   - cd fit/core-reference
 script:


[3/6] syncope git commit: Also Travis CI to exclude Eclise build by default

Posted by il...@apache.org.
Also Travis CI to exclude Eclise build by default


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

Branch: refs/heads/master
Commit: d43825204b9a7227dfb1917136b1f2ccab3cde5d
Parents: a985464
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Oct 16 07:35:28 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Oct 16 07:35:43 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/d4382520/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 065592d..16031fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ jdk:
 before_install:
   - echo 'MAVEN_OPTS="-Xms512m -Xmx1024m -XX:+TieredCompilation -XX:TieredStopAtLevel=1"' >~/.mavenrc
 # default install is mvn install --quiet -DskipTests=true
-install: travis_wait mvn --show-version --quiet -T 1C -P all,skipTests
+install: travis_wait mvn --show-version --quiet -T 1C -P all,skipTests,without-eclipse
 before_script:
   - cd fit/core-reference
 script:


[5/6] syncope git commit: Also Appveyor to exclude Eclise build by default

Posted by il...@apache.org.
Also Appveyor to exclude Eclise build by default


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

Branch: refs/heads/2_0_X
Commit: 2177d2d3a529d1324beeec9000c443b975d8d876
Parents: 100aa32
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Oct 16 07:36:34 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Oct 16 07:36:50 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/2177d2d3/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index a049e6b..c94ff32 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -32,7 +32,7 @@ install:
   - cmd: SET MAVEN_OPTS=-Xmx4g
   - cmd: SET JAVA_OPTS=-Xmx4g
 build_script:
-  - mvn --show-version --quiet -T 1C -PskipTests,all --batch-mode
+  - mvn --show-version --quiet -T 1C -PskipTests,all,without-eclipse --batch-mode
 test_script:
   - mvn -T 1C clean install --batch-mode
 cache: