You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2009/07/30 15:45:50 UTC

svn commit: r799261 - /cxf/trunk/systests/pom.xml

Author: dkulp
Date: Thu Jul 30 13:45:49 2009
New Revision: 799261

URL: http://svn.apache.org/viewvc?rev=799261&view=rev
Log:
Fix compile failures

Modified:
    cxf/trunk/systests/pom.xml

Modified: cxf/trunk/systests/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/pom.xml?rev=799261&r1=799260&r2=799261&view=diff
==============================================================================
--- cxf/trunk/systests/pom.xml (original)
+++ cxf/trunk/systests/pom.xml Thu Jul 30 13:45:49 2009
@@ -105,7 +105,7 @@
                 <version>${project.version}</version>
                 <executions>
                     <execution>
-                        <id>generate-test-sources</id>
+                        <id>generate-xmlbeans-test-sources</id>
                         <phase>generate-test-sources</phase>
                         <configuration>
                             <testSourceRoot>${basedir}/target/generated/src/test/java</testSourceRoot>
@@ -228,7 +228,7 @@
                         <id>generate-sources</id>
                         <phase>generate-sources</phase>
                         <configuration>
-                            <sourceRoot>${basedir}/target/generated/src/test/java</sourceRoot>
+                            <testSourceRoot>${basedir}/target/generated/src/test/java</testSourceRoot>
                             <xsdOptions>
                                 <xsdOption>
                                     <xsd>${basedir}/src/test/resources/jms/testcase.xsd</xsd>