Rajafkvp / appengine-maven-plugin

Automatically exported from code.google.com/p/appengine-maven-plugin
Apache License 2.0
0 stars 0 forks source link

module start and stop is not supported #48

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Module start and stop, corresponding to commands start and stop of appcfg are 
not currently supported.
I attached a class to enable a rudimental support of these command (the start 
command can be implemented likewise).
The proposed solution is not ideal because it forces you to launch the command 
on individual modules when all other commands are typically launched against 
the ear project which includes all the modules.
It seems to me that the most logical use case is to launch start and stop 
commands against the ear project and start/stop all the modules. But this is 
not natively supported by appcfg.

Thanks
Raffaele

Original issue reported on code.google.com by raffaele...@gmail.com on 4 Jan 2014 at 8:53

Attachments:

GoogleCodeExporter commented 8 years ago
We now have stop_module_version and start_module_version  goals
Please try them.

Original comment by l...@google.com on 14 Jun 2014 at 5:37