summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-11-14 15:44:41 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-11-14 15:44:41 +0000
commitc707c2c3942898daebd8d2ceace0c3741b4bbb6e (patch)
treeda955208326acb0d4d742760316fd61fbd124a06 /branches/sca-java-1.x/modules
parent5ce7be34073df96cfe63096bd7c0816144d7fab8 (diff)
Don't include test classes in jar. Fix frm 1.3.x branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@714042 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules')
-rw-r--r--branches/sca-java-1.x/modules/databinding-sdo/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.x/modules/databinding-sdo/pom.xml b/branches/sca-java-1.x/modules/databinding-sdo/pom.xml
index 14e353699c..3d8afc544c 100644
--- a/branches/sca-java-1.x/modules/databinding-sdo/pom.xml
+++ b/branches/sca-java-1.x/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>