I'm trying to deploy my maven project for the first time.
Using the maven-gae-plugin, as was set up in an archetype project, so it should work. However I get this error:
[ERROR] Failed to execute goal net.kindleit:maven-gae-plugin:0.9.6:deploy (default-cli) on project UsavAppV7: Execution default-cli of goal net.kindleit:maven-gae-plugin:0.9.6:deploy failed: Plugin net.kindleit:maven-gae-plugin:0.9.6 or one of its dependencies could not be resolved: Failed to collect dependencies for net.kindleit:maven-gae-plugin:jar:0.9.6 (): Failed to read artifact descriptor for net.kindleit:gae-runtime:pom:1.7.5: Could not find artifact net.kindleit:maven-gae-parent:pom:0.9.6-SNAPSHOT in maven2-repository.dev.java.net (http://download.java.net/maven/2/) -> [Help 1]
I am using appengine 1.8.0 (not sure what the 1.7.5 bit means). Have tried with the -U switch and the same thing happens.
I note that maven is looking in the maven2-repository for the plugin snapshot, so perhaps wrong version or location?