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/02/26 12:20:56 UTC

svn commit: r748089 - /servicemix/smx4/features/trunk/examples/itests/pom.xml

Author: ffang
Date: Thu Feb 26 11:20:55 2009
New Revision: 748089

URL: http://svn.apache.org/viewvc?rev=748089&view=rev
Log:
[SMX4-227]fix itests failure

Modified:
    servicemix/smx4/features/trunk/examples/itests/pom.xml

Modified: servicemix/smx4/features/trunk/examples/itests/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/pom.xml?rev=748089&r1=748088&r2=748089&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/itests/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/itests/pom.xml Thu Feb 26 11:20:55 2009
@@ -391,6 +391,13 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <forkMode>pertest</forkMode>
+                    <systemProperties>
+                        <!--to work around the xml resolver bug-->
+                        <property>
+                            <name>user.dir</name>
+                            <value>//${basedir}</value>
+                        </property>
+                    </systemProperties>
                 </configuration>
             </plugin>
         </plugins>