summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-client/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-client/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-client/pom.xml
index b1499a014b..9398c66d8e 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-client/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-client/pom.xml
@@ -99,7 +99,7 @@
<exclude>**/*.java</exclude>
<exclude>**/.*/**</exclude>
<exclude>pom.xml</exclude>
- <exclude>build.xml</exclude>
+ <exclude>build*.xml</exclude>
<exclude>target/**</exclude>
</excludes>
</resource>
@@ -112,6 +112,7 @@
<executions>
<execution>
<configuration>
+ <mainClass>launch.LaunchStoreClientNode</mainClass>
<pathToRootDir>../../..</pathToRootDir>
</configuration>
<goals>