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 <[email protected]> Authored: Wed Apr 12 17:06:28 2017 -0230 Committer: Jonathan Anstey <[email protected]> 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>
