diff options
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/store/store-client')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/store/store-client/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tutorials/store/store-client/pom.xml b/sca-java-1.x/trunk/tutorials/store/store-client/pom.xml index e2945ed636..078186c6f3 100644 --- a/sca-java-1.x/trunk/tutorials/store/store-client/pom.xml +++ b/sca-java-1.x/trunk/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> |