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 2014/09/03 17:45:10 UTC

svn commit: r1622286 - in /syncope/trunk: ./ .travis.yml installer/pom.xml

Author: ilgrosso
Date: Wed Sep  3 15:45:09 2014
New Revision: 1622286

URL: http://svn.apache.org/r1622286
Log:
Merge from 1_2_X

Modified:
    syncope/trunk/   (props changed)
    syncope/trunk/.travis.yml
    syncope/trunk/installer/pom.xml

Propchange: syncope/trunk/
------------------------------------------------------------------------------
  Merged /syncope/branches/1_2_X:r1622203-1622285
  Merged /syncope/branches/1_1_X:r1622180-1622265

Modified: syncope/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/syncope/trunk/.travis.yml?rev=1622286&r1=1622285&r2=1622286&view=diff
==============================================================================
--- syncope/trunk/.travis.yml (original)
+++ syncope/trunk/.travis.yml Wed Sep  3 15:45:09 2014
@@ -21,5 +21,4 @@ install: mvn --show-version --quiet -P s
 #invoker.streamLogs: we cannot access to log files through Travis web ui, so display everything in the console
 script: mvn --show-version --quiet clean install -Dinvoker.streamLogs=true
 notifications:
-  email:
-    - syncope.travis@gmail.com
+  webhooks: http://rovere.tirasa.net/cgi-bin/travis.cgi

Modified: syncope/trunk/installer/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/installer/pom.xml?rev=1622286&r1=1622285&r2=1622286&view=diff
==============================================================================
--- syncope/trunk/installer/pom.xml (original)
+++ syncope/trunk/installer/pom.xml Wed Sep  3 15:45:09 2014
@@ -159,6 +159,7 @@ under the License.
               <baseDir>${staging.dir}</baseDir>
               <installFile>${staging.dir}/install.xml</installFile>
               <classifier>uber</classifier>
+              <excludeGroupIds>junit</excludeGroupIds>
             </configuration>
           </execution>
         </executions>