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/domain/pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/domain/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/domain/pom.xml
index 14a0950ef7..f5c1c8517f 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/domain/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/domain/pom.xml
@@ -212,7 +212,7 @@
<exclude>**/*.java</exclude>
<exclude>**/.*/**</exclude>
<exclude>pom.xml</exclude>
- <exclude>build.xml</exclude>
+ <exclude>build*.xml</exclude>
<exclude>target/**</exclude>
</excludes>
</resource>
@@ -227,6 +227,17 @@
<configuration>
<mainClass>launch.LaunchTutorialDomainManager</mainClass>
<pathToRootDir>../../..</pathToRootDir>
+ <runTargets>
+ <runCatalogs>launch.LaunchCatalogsNode</runCatalogs>
+ <runCurrency>launch.LaunchCurrencyNode</runCurrency>
+ <runStore>launch.LaunchStoreNode</runStore>
+ <runStoreDB>launch.LaunchStoreDBNode</runStoreDB>
+ <runStoreEnterprise>launch.LaunchStoreEnterpriseNode</runStoreEnterprise>
+ <runStoreEU>launch.LaunchStoreEUNode</runStoreEU>
+ <runStoreMerger>launch.LaunchStoreMergerNode</runStoreMerger>
+ <runStoreSupplier>launch.LaunchStoreSupplierNode</runStoreSupplier>
+ <runWarehouseSpring>launch.LaunchWarehouseSpring</runWarehouseSpring>
+ </runTargets>
</configuration>
<goals>
<goal>generate</goal>