ludoch / appengine-maven-plugin

Automatically exported from code.google.com/p/appengine-maven-plugin
Apache License 2.0
0 stars 0 forks source link

appengine-maven-plugin 1.7.6 POM is missing #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a Maven project using the 1.7.6 version of the appengine-maven-plugin
2. Attempt to execute the appengine:devserver target

What is the expected output? What do you see instead?
One would expect the devserver to run as with the 1.7.5 plugin.  Instead the 
following message is displayed:

[WARNING] The POM for com.google.appengine:appengine-maven-plugin:jar:1.7.6 is 
missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for 
com.google.appengine:appengine-maven-plugin:1.7.6: Plugin 
com.google.appengine:appengine-maven-plugin:1.7.6 or one of its dependencies 
could not be resolved: Failed to read artifact descriptor for 
com.google.appengine:appengine-maven-plugin:jar:1.7.6
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-metadata.xml
Downloading: http://repo1.maven.org/maven2/org/codehaus/mojo/maven-metadata.xml
Downloaded: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-metadata.xml (11 
KB at 99.8 KB/sec)
Downloaded: http://repo1.maven.org/maven2/org/codehaus/mojo/maven-metadata.xml 
(22 KB at 166.6 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.887s
[INFO] Finished at: Mon Apr 15 11:04:58 PDT 2013
[INFO] Final Memory: 9M/115M
[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/jamey/.m2/repository), central 
(http://repo1.maven.org/maven2)] -> [Help 1]

What version of the product are you using? On what operating system?
Moving from 1.7.5 to 1.7.6 (to 1.7.7) on Mac OS 10.8.3.

Please provide any additional information below.
Plugin version 1.7.5 works like a charm, 1.7.7 doesn't have this problem but 
also won't server any data from the devserver (I'll file another issue for 
that).

Original issue reported on code.google.com by james.co...@philanthropal.com on 15 Apr 2013 at 6:13

GoogleCodeExporter commented 9 years ago
Strange, it works for me.  It's in maven central here : 
http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.google.appengine%22%20AND
%20a%3A%22appengine-maven-plugin%22

Can you try clearing out your .m2 repository for com/google/appengine?

Original comment by matts...@google.com on 15 Apr 2013 at 11:35

GoogleCodeExporter commented 9 years ago
Excellent, that worked though I could swear I'd tried that.  Ah well, sorry for 
the false alarm and thank you for the prompt help.

Original comment by james.co...@philanthropal.com on 16 Apr 2013 at 3:39

GoogleCodeExporter commented 9 years ago
No worries, sometimes if there are issues connecting with maven central, it can 
get a little confused.  Let me know if I can help anymore.

Original comment by matts...@google.com on 16 Apr 2013 at 10:33

GoogleCodeExporter commented 9 years ago
So I did FINALLY find the issue:

http://stackoverflow.com/questions/16049132/http-500-error-after-updating-to-app
engine-1-7-7

Obviously NOT a maven plugin issue but probably best to point to the solution 
here in case someone else runs afoul of this subtlety as I did.

Original comment by james.co...@philanthropal.com on 13 May 2013 at 6:41