You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2017/04/12 19:43:23 UTC

[2/5] camel git commit: add profile for testing zendesk

add profile for testing zendesk


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

Branch: refs/heads/master
Commit: 4ad56f1befefd9defd930b55a843b47bd324c87f
Parents: 14a6ade
Author: Jonathan Anstey <ja...@gmail.com>
Authored: Wed Apr 12 17:06:28 2017 -0230
Committer: Jonathan Anstey <ja...@gmail.com>
Committed: Wed Apr 12 17:13:00 2017 -0230

----------------------------------------------------------------------
 components/camel-zendesk/pom.xml | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4ad56f1b/components/camel-zendesk/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-zendesk/pom.xml b/components/camel-zendesk/pom.xml
index 016b15b..12a02d2 100644
--- a/components/camel-zendesk/pom.xml
+++ b/components/camel-zendesk/pom.xml
@@ -240,6 +240,32 @@
 
   </build>
 
+  <profiles>
+    <profile>
+      <id>zendesk-test</id>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <childDelegation>false</childDelegation>
+              <useFile>true</useFile>
+              <forkCount>1</forkCount>
+          <reuseForks>true</reuseForks>
+              <forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds>
+              <excludes>
+                <exclude>**/*XXXTest.java</exclude>
+              </excludes>
+              <includes>
+                <include>**/*Test.java</include>
+              </includes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+
   <reporting>
     <plugins>
       <plugin>