I use the maven gae plugin version 0.9.4, and whenever I use mvn gae: run, I get the following error:
Usage: <dev-appserver> [options] <war directory> Options: --help, -h Show this help message and exit. --server=SERVER The server to use to determine the latest -s SERVER SDK version. --address=ADDRESS The address of the interface on the local machine -a ADDRESS to bind to (or 0.0.0.0 for all interfaces). --port=PORT The port number to bind to on the local machine. -p PORT --sdk_root=root Overrides where the SDK is located. --disable_update_check Disable the check for newer SDK versions. --generated_dir=dir Set the directory where generated files are created.
Several old threads appeared in Googling, where this was a problem in 0.5 versions of the plugin, but it was fixed. I donβt know why this is happening for me and what the job is. Any ideas?
source share