-
Notifications
You must be signed in to change notification settings - Fork 42
Difference between this plugin and com.google.appengine:app-maven-plugin? #151
Comments
The |
@meltsufin There must be more to it than that. The |
You're right, the original plugin has more goals, but many of those goals were not added to this plugin because they make more sense to be performed directly via the Cloud SDK CLI (gcloud). |
@meltsufin I see, thank you for the information. |
@Orbyt we'll be adding goals for cron, dos, index updates, etc to this plugin shortly. |
What is the difference between this plugin and
com.google.appengine:app-maven-plugin:1.9.21
as found here?They share the same name, and appear to overlap in functionality. For example, to run a dev server with this plugin, one would run
mvn appengine:start
, however with the other plugin,mvn appengine:devserver
is used.What is the difference? Why is there 2 plugins?
The text was updated successfully, but these errors were encountered: