commit 4228dbcb73cfee3d265ea212a534032f8c01c1dd
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:04:47 +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>