appengine-maven-plugin icon indicating copy to clipboard operation
appengine-maven-plugin copied to clipboard

Automatically exported from code.google.com/p/appengine-maven-plugin

Results 49 appengine-maven-plugin issues
Sort by recently updated
recently updated
newest added

@ludoch Hi, I am a user of project **_com.google.appengine:appengine-maven-plugin:1.9.85-SNAPSHOT_**. I found that its pom file introduced **_68_** dependencies. However, among them, **_13_** libraries (**_19%_**) have not been used by your...

Since version 1.9.66 project is mandatory for configuration. This is not documented. https://stackoverflow.com/questions/53109943/failed-to-execute-goal-com-google-appengineappengine-maven-plugin1-9-67devser/53443810#53443810

I am using maven plugin 1.9.60 with JDK 8 Running command `mvn install appengine:update -Dappengine.additionalParams="--service_account_json_key_file=client-secret.json"` I could see the version deployed but 0% traffic. Logs says error as below. Could...

There is a mechanism for setting the port of the default service to something other than 8080. HOwever it would be useful to be able to set the specific port...

I'm using v1.9.64 of the appengine-maven-plugin. However, if I remove the as directed I get an error when I run locally: > /_ah/admin/modules > java.lang.NullPointerException: null value in entry: version=null...

- Align behavior with Discovery generation - Use swagger.json instead of swagger.xml as generated file name - Update Endpoints framework dependencies to latest

It would be great if this plugin allows to run tasks without forking the lifecycle. I already created an [issue](https://github.com/GoogleCloudPlatform/endpoints-framework-maven-plugin/issues/51) on the [endpoints-framwork-maven-plugin](https://github.com/GoogleCloudPlatform/endpoints-framework-maven-plugin) which has been solved.

This change is [](https://reviewable.io/reviews/googlecloudplatform/appengine-maven-plugin/84)

While running the following deploy command, the dev profile passed in via `-Drun.profiles` is ignored. Is there another approach that should be used to override the Spring profile during a...

POM: ``` com.google.cloud.tools appengine-maven-plugin ${appengine.maven.plugin} 20170627t074900 ``` If I specify a version in my POM, the upload does not overwrite the current version. If I exclude this, it works just...