disable integration tests by default 52/66852/1
authorBartosz Michalik <Bartosz.Michalik@amartus.com>
Wed, 3 Jan 2018 14:14:25 +0000 (15:14 +0100)
committerBartosz Michalik <Bartosz.Michalik@amartus.com>
Wed, 3 Jan 2018 14:14:25 +0000 (15:14 +0100)
Change-Id: I8c5abb52288f756516a532be8fafa1f3aa2fc1ec
Signed-off-by: Bartosz Michalik <Bartosz.Michalik@amartus.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 7630a957b7bfe0722dfdf691ce61a8e325f43cda..f193ac6fdb954ab453e8a5a985a3cc27d9bee874 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <modules>
         <module>it</module>
       </modules>
-      <activation><activeByDefault>true</activeByDefault></activation>
+      <activation><activeByDefault>false</activeByDefault></activation>
     </profile>
   </profiles>