Текущая (на момент написания) версия - 2.0.0 (https://github.com/GoogleCloudPlatform/app-maven-plugin)
Я обновил свой pom.xml:
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.0.0</version>
</plugin>
Я получаю эту ошибку сборки при mvn appengine:help -Ddetail
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.027 s
[INFO] Finished at: 2019-02-28T15:38:52-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] No plugin found for prefix 'appengine' in the current project and
in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from
the repositories [local (/Users/private/.m2/repository),
central (https://repo.maven.apache.org/maven2)]
Где найти расположение установки плагина на моем MacOS или как определить установленную версию?