You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2010/12/10 08:07:19 UTC

svn commit: r1044222 - /camel/trunk/tests/camel-itest-osgi/pom.xml

Author: ningjiang
Date: Fri Dec 10 07:07:19 2010
New Revision: 1044222

URL: http://svn.apache.org/viewvc?rev=1044222&view=rev
Log:
Remove the skip-tests profile as we need to know the which test is failed

Modified:
    camel/trunk/tests/camel-itest-osgi/pom.xml

Modified: camel/trunk/tests/camel-itest-osgi/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-osgi/pom.xml?rev=1044222&r1=1044221&r2=1044222&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-osgi/pom.xml (original)
+++ camel/trunk/tests/camel-itest-osgi/pom.xml Fri Dec 10 07:07:19 2010
@@ -308,30 +308,6 @@
   </build>
    
   <profiles>
-        <profile>
-           <!-- current osgi test can't run with JDK 1.6.0 -->
-           <id>skip-tests</id>
-           <activation>
-             <jdk>1.6</jdk>
-           </activation>
-           <build>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-surefire-plugin</artifactId>
-                    <configuration>
-                        <excludes>
-                            <!-- TODO: temporary disable unit test to let TC not hang -->
-                            <exclude>**/*Test.*</exclude>
-                        </excludes>
-                        <systemPropertyVariables>
-                            <springVersion>${spring-version}</springVersion>
-                        </systemPropertyVariables>
-                    </configuration>
-                </plugin>
-            </plugins>
-           </build>
-        </profile>
 	<profile>
         <id>ci-build-profile</id>
         <activation>