Repository: camel
Updated Branches:
  refs/heads/master 5151cc5d9 -> a683754b1


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/a683754b
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a683754b
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a683754b

Branch: refs/heads/master
Commit: a683754b18ef99e11dd2466d03143beb8940ac64
Parents: 5151cc5
Author: Akitoshi Yoshida <a...@apache.org>
Authored: Fri Jul 31 18:26:20 2015 +0200
Committer: Akitoshi Yoshida <a...@apache.org>
Committed: Fri Jul 31 18:26:50 2015 +0200

----------------------------------------------------------------------
 components/camel-olingo2/pom.xml | 26 --------------------------
 1 file changed, 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a683754b/components/camel-olingo2/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-olingo2/pom.xml b/components/camel-olingo2/pom.xml
index a6d0e20..027286f 100644
--- a/components/camel-olingo2/pom.xml
+++ b/components/camel-olingo2/pom.xml
@@ -35,30 +35,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>

Reply via email to