Author: gertv
Date: Mon May 19 02:08:17 2008
New Revision: 657764
URL: http://svn.apache.org/viewvc?rev=657764&view=rev
Log:
SM-992: Fix XSD location for use with plain Spring
Modified:
servicemix/smx3/trunk/common/servicemix-soap/pom.xml
servicemix/smx3/trunk/core/servicemix-audit/pom.xml
servicemix/smx3/trunk/core/servicemix-core/pom.xml
servicemix/smx3/trunk/deployables/bindingcomponents/pom.xml
servicemix/smx3/trunk/deployables/serviceengines/pom.xml
servicemix/smx3/trunk/pom.xml
Modified: servicemix/smx3/trunk/common/servicemix-soap/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/common/servicemix-soap/pom.xml?rev=657764&r1=657763&r2=657764&view=diff
==============================================================================
--- servicemix/smx3/trunk/common/servicemix-soap/pom.xml (original)
+++ servicemix/smx3/trunk/common/servicemix-soap/pom.xml Mon May 19 02:08:17
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>
Modified: servicemix/smx3/trunk/core/servicemix-audit/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/core/servicemix-audit/pom.xml?rev=657764&r1=657763&r2=657764&view=diff
==============================================================================
--- servicemix/smx3/trunk/core/servicemix-audit/pom.xml (original)
+++ servicemix/smx3/trunk/core/servicemix-audit/pom.xml Mon May 19 02:08:17 2008
@@ -56,6 +56,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>
Modified: servicemix/smx3/trunk/core/servicemix-core/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/core/servicemix-core/pom.xml?rev=657764&r1=657763&r2=657764&view=diff
==============================================================================
--- servicemix/smx3/trunk/core/servicemix-core/pom.xml (original)
+++ servicemix/smx3/trunk/core/servicemix-core/pom.xml Mon May 19 02:08:17 2008
@@ -318,6 +318,17 @@
</testResources>
<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>
Modified: servicemix/smx3/trunk/deployables/bindingcomponents/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/deployables/bindingcomponents/pom.xml?rev=657764&r1=657763&r2=657764&view=diff
==============================================================================
--- servicemix/smx3/trunk/deployables/bindingcomponents/pom.xml (original)
+++ servicemix/smx3/trunk/deployables/bindingcomponents/pom.xml Mon May 19
02:08:17 2008
@@ -34,7 +34,7 @@
<packaging>pom</packaging>
<modules>
- <module>servicemix-cxf-bc</module>
+ <module>servicemix-cxf-bc</module>
<module>servicemix-file</module>
<module>servicemix-ftp</module>
<module>servicemix-http</module>
@@ -44,4 +44,20 @@
<module>servicemix-xmpp</module>
</modules>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>build</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>spring.schemas</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
</project>
Modified: servicemix/smx3/trunk/deployables/serviceengines/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/deployables/serviceengines/pom.xml?rev=657764&r1=657763&r2=657764&view=diff
==============================================================================
--- servicemix/smx3/trunk/deployables/serviceengines/pom.xml (original)
+++ servicemix/smx3/trunk/deployables/serviceengines/pom.xml Mon May 19
02:08:17 2008
@@ -48,4 +48,20 @@
<module>servicemix-wsn2005</module>
</modules>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>build</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>spring.schemas</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
</project>
Modified: servicemix/smx3/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=657764&r1=657763&r2=657764&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/smx3/trunk/pom.xml Mon May 19 02:08:17 2008
@@ -232,14 +232,14 @@
<jaxb.impl.version>2.1.6</jaxb.impl.version>
<jaxb.xjc.version>2.1.6</jaxb.xjc.version>
<derby-version>10.2.2.0</derby-version>
- <saxon-version>8.9</saxon-version>
-
- <releases-repo-id>apache.incubating</releases-repo-id>
- <releases-repo-name>Apache Incubating
Repository</releases-repo-name>
-
<releases-repo-url>http://people.apache.org/repo/m2-incubating-repository</releases-repo-url>
- <snapshots-repo-id>apache.snapshots</snapshots-repo-id>
- <snapshots-repo-name>Apache Snapshots
Repository</snapshots-repo-name>
-
<snapshots-repo-url>http://people.apache.org/repo/m2-snapshot-repository</snapshots-repo-url>
+ <saxon-version>8.9</saxon-version>
+ <releases-repo-id>apache.incubating</releases-repo-id>
+ <releases-repo-name>Apache Incubating Repository</releases-repo-name>
+
<releases-repo-url>http://people.apache.org/repo/m2-incubating-repository</releases-repo-url>
+ <snapshots-repo-id>apache.snapshots</snapshots-repo-id>
+ <snapshots-repo-name>Apache Snapshots Repository</snapshots-repo-name>
+
<snapshots-repo-url>http://people.apache.org/repo/m2-snapshot-repository</snapshots-repo-url>
+ <previous.releases>3.1.2,3.2,3.2.1</previous.releases>
</properties>
<profiles>