GoogleCloudPlatform / gcloud-maven-plugin

Cloud SDK Maven Plugin for Google App Engine (Managed VMs and non Managed VMs)
Apache License 2.0
29 stars 24 forks source link

support running multiple modules simultaneously.... #4

Closed aleemstreak closed 9 years ago

ludoch commented 9 years ago

You can do that with the plugin extension

tag See its doc: Additional directories containing App Engine modules to be run. you can put there a list of module directories (node, php, py, go whatever correct GAE v2 app directory. ``` /YOURPATH/TO/MODULE ```