You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2008/05/19 11:06:23 UTC

svn commit: r657762 - /servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap/pom.xml

Author: gertv
Date: Mon May 19 02:06:23 2008
New Revision: 657762

URL: http://svn.apache.org/viewvc?rev=657762&view=rev
Log:
SM-992: Fix XSD location for use with plain Spring

Modified:
    servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap/pom.xml

Modified: servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap/pom.xml?rev=657762&r1=657761&r2=657762&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap/pom.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap/pom.xml Mon May 19 02:06:23 2008
@@ -73,6 +73,17 @@
   <build>
     <plugins>
       <plugin>
+        <groupId>org.apache.servicemix</groupId>
+        <artifactId>build</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>spring.schemas</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
         <groupId>org.apache.xbean</groupId>
         <artifactId>maven-xbean-plugin</artifactId>
         <executions>