summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/helloworld-scaclient/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-04-23 11:30:15 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-04-23 11:30:15 +0000
commite43a1a12d2abc13f21b90147f27d81b58cd1765c (patch)
treeb0d90596152e00fb776a4e2415144c78a8a8c36f /sca-java-2.x/trunk/samples/helloworld-scaclient/pom.xml
parentc5ca487ee9973f4dcd2f78f23c5f9ee195e29b6a (diff)
Add a println so you can see the service is called
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937256 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/helloworld-scaclient/pom.xml')
-rw-r--r--sca-java-2.x/trunk/samples/helloworld-scaclient/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/helloworld-scaclient/pom.xml b/sca-java-2.x/trunk/samples/helloworld-scaclient/pom.xml
index 9281fca91d..18d2fc1de9 100644
--- a/sca-java-2.x/trunk/samples/helloworld-scaclient/pom.xml
+++ b/sca-java-2.x/trunk/samples/helloworld-scaclient/pom.xml
@@ -67,6 +67,7 @@
<version>1.1.1</version>
<executions>
<execution>
+ <phase>compile</phase>
<goals>
<goal>java</goal>
</goals>