summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/modules/databinding-sdo/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 09:27:31 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 09:27:31 +0000
commit7fb7b9b9d9cfa8d2be0c588e5531c03e640424a8 (patch)
tree4b72e2a44f837782d6768faca8d9eab0ca92af93 /branches/sca-java-1.3/modules/databinding-sdo/pom.xml
parente251034dae9b537f4e495c7419fa2078b3688597 (diff)
Fix distribution build by going back to the old shade plugin and removing all the test classes from being included in various modules
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668583 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.3/modules/databinding-sdo/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.3/modules/databinding-sdo/pom.xml b/branches/sca-java-1.3/modules/databinding-sdo/pom.xml
index 7d97cbcfdc..48a8d53803 100644
--- a/branches/sca-java-1.3/modules/databinding-sdo/pom.xml
+++ b/branches/sca-java-1.3/modules/databinding-sdo/pom.xml
@@ -85,7 +85,7 @@
<executions>
<execution>
<id>generate-po-sdo</id>
- <phase>generate-sources</phase>
+ <phase>generate-test-sources</phase>
<configuration>
<schemaFile>${basedir}/src/test/resources/ipo.xsd</schemaFile>
<javaPackage>com.example.ipo.sdo</javaPackage>
@@ -99,7 +99,7 @@
</execution>
<execution>
<id>generate-stock-sdo</id>
- <phase>generate-sources</phase>
+ <phase>generate-test-sources</phase>
<configuration>
<schemaFile>${basedir}/src/test/resources/stock.xsd</schemaFile>
<javaPackage>com.example.stock.sdo</javaPackage>