Merge r1002083 Add run targets to launch the nodes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027452 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bddeed6992
commit
6a5482d6bd
1 changed files with 12 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue