Repository: camel Updated Branches: refs/heads/camel-2.15.x e3190cf10 -> 90715b566
CAMEL-9038: clean up the unused test profile Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/90715b56 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/90715b56 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/90715b56 Branch: refs/heads/camel-2.15.x Commit: 90715b5668be49770dab6a3e3e6a87b81a491391 Parents: e3190cf Author: Akitoshi Yoshida <a...@apache.org> Authored: Fri Jul 31 18:26:20 2015 +0200 Committer: Aki Yoshida <elak...@gmail.com> Committed: Fri Jul 31 18:49:52 2015 +0200 ---------------------------------------------------------------------- components/camel-olingo2/pom.xml | 26 -------------------------- 1 file changed, 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/90715b56/components/camel-olingo2/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-olingo2/pom.xml b/components/camel-olingo2/pom.xml index 1562371..dd065fd 100644 --- a/components/camel-olingo2/pom.xml +++ b/components/camel-olingo2/pom.xml @@ -37,30 +37,4 @@ <module>camel-olingo2-component</module> </modules> - <profiles> - <profile> - <id>olingo2-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> - </project>