You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2009/06/16 08:45:33 UTC

svn commit: r785088 - in /servicemix/smx4/features/trunk/camel/servicemix-camel: pom.xml src/test/resources/ibm.jdk15.security

Author: ffang
Date: Tue Jun 16 06:45:33 2009
New Revision: 785088

URL: http://svn.apache.org/viewvc?rev=785088&view=rev
Log:
[SMX4-306]ensure all test pass with IBM jdk

Removed:
    servicemix/smx4/features/trunk/camel/servicemix-camel/src/test/resources/ibm.jdk15.security
Modified:
    servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml

Modified: servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml?rev=785088&r1=785087&r2=785088&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml (original)
+++ servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml Tue Jun 16 06:45:33 2009
@@ -238,7 +238,7 @@
          </plugins>
     </build>
 
-    <!-- IBM JDK java security properties configuration. -->
+    <!-- IBM JDK configuration. -->
     <profiles>
             <profile>
                     <id>ibmjdk</id>
@@ -251,17 +251,6 @@
             <build>
                 <plugins>
                     <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-surefire-plugin</artifactId>
-                        <configuration>
-                            <includes>
-                                    <include>**/*Test*</include>
-                            </includes>
-                            <forkMode>pertest</forkMode>
-                            <argLine>-Djava.security.properties==${basedir}/src/test/resources/ibm.jdk15.security</argLine>
-                        </configuration>
-                    </plugin>
-                    <plugin>
                         <groupId>org.apache.cxf</groupId>
                         <artifactId>cxf-codegen-plugin</artifactId>
                         <version>${cxf.version}</version>