GoogleCloudPlatform / gcloud-maven-plugin

Cloud SDK Maven Plugin for Google App Engine (Managed VMs and non Managed VMs)
Apache License 2.0
29 stars 24 forks source link

maven plugin can't find deployment source #108

Open hejiheji001 opened 7 years ago

hejiheji001 commented 7 years ago

Trying to deploy a Java Web App to GAE using IntelliJ.

I followed the tutorial https://cloud.google.com/tools/intellij/docs/deploy-flex but changed the demo project to one of my exsting one.

Deploying '[2017-05-01 01:04:03] Maven build: WebCloudMusicExporter. Project: cloudmusic-166214. Version: auto'... Failed to deploy '[2017-05-01 01:04:03] Maven build: WebCloudMusicExporter. Project: cloudmusic-166214. Version: auto': Deployment source not found: /Users/FireAwayH/Documents/Github/WebCloudMusicExporter/target/com.fireawayh.cloudmusic-1.0-snapshot.

qq20170501-0 2x

It's wired because i have com.fireawayh.cloudmusic-1.0-snapshot.jar file in /Users/FireAwayH/Documents/Github/WebCloudMusicExporter/target/ folder

I think maybe because IntelliJ is looking for com.fireawayh.cloudmusic-1.0-snapshot. but actually it should be com.fireawayh.cloudmusic-1.0-snapshot.jar

qq20170501-3 2x

I don't know how to solve this so it will be a great help if you can help me. Thanks

BTW, I'm in China so I have set proxy for IntelliJ

karikalankumaresan commented 7 years ago

I have the same issue with IntelliJ, is there any solution found for this? Thanks.