Repository: camel
Updated Branches:
  refs/heads/master f25c7923d -> 3b5ffe70a


Fixed integration test profiles box-test and facebook-test


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

Branch: refs/heads/master
Commit: 3b5ffe70ac0eafca6cb16da39e95747150aeafbb
Parents: f25c792
Author: Dhiraj Bokde <dhira...@yahoo.com>
Authored: Tue Jul 1 10:16:25 2014 -0700
Committer: Dhiraj Bokde <dhira...@yahoo.com>
Committed: Tue Jul 1 10:16:59 2014 -0700

----------------------------------------------------------------------
 components/camel-box/pom.xml      | 6 ++++--
 components/camel-facebook/pom.xml | 3 +++
 2 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3b5ffe70/components/camel-box/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-box/pom.xml b/components/camel-box/pom.xml
index b32661a..66ec860 100644
--- a/components/camel-box/pom.xml
+++ b/components/camel-box/pom.xml
@@ -478,9 +478,11 @@
               <useFile>true</useFile>
               <forkMode>once</forkMode>
               
<forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds>
-              <excludes/>
+              <excludes>
+                  <exclude>**/*XXXTest.java</exclude>
+              </excludes>
               <includes>
-                <include>**/*IntegrationTest.java</include>
+                <include>**/*Test.java</include>
               </includes>
             </configuration>
           </plugin>

http://git-wip-us.apache.org/repos/asf/camel/blob/3b5ffe70/components/camel-facebook/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-facebook/pom.xml 
b/components/camel-facebook/pom.xml
index c6caedf..d76fa33 100644
--- a/components/camel-facebook/pom.xml
+++ b/components/camel-facebook/pom.xml
@@ -99,6 +99,9 @@
               <useFile>true</useFile>
               <forkMode>once</forkMode>
               
<forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds>
+              <excludes>
+                <exclude>**/*XXXTest.java</exclude>
+              </excludes>
               <includes>
                 <include>**/*Test.java</include>
               </includes>

Reply via email to