commit dc8e0968ce401081068f59338c98380b6c8973a0
Author: Alberto Scotto <[email protected]>
AuthorDate: Sun, 3 May 2015 19:50:38 +0100
Commit: Mauro Talevi <[email protected]>
CommitDate: Thu, 7 May 2015 09:00:41 +0100
JBEHAVE-1076: fix travis build
'jenkins' mvn profile is now activated only for jenkins/hudson module.
This seems to fix the issues with travis builds.
diff --git a/settings.xml b/settings.xml
index 17b002e..82a8231 100755
--- a/settings.xml
+++ b/settings.xml
@@ -63,7 +63,10 @@
<!-- Required for dependencies of Jenkins module -->
<id>jenkins</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>false</activeByDefault>
+ <property>
+ <name>hudson.version</name>
+ </property>
</activation>
<repositories>
<repository>