danilodeLuca / appengine-maven-plugin

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

1.7.6 isn't available on maven repos #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It seems that the complete 1.7.6 stack is available on search.maven.org but the 
appengine-maven-plugin artifact. Is there a way to still download it?

Original issue reported on code.google.com by mog...@gmail.com on 21 Mar 2013 at 5:00

GoogleCodeExporter commented 8 years ago
It seems to be available here:

https://oss.sonatype.org/content/repositories/google-releases

I add the following entry to my POM:

<pluginRepositories>
...
<pluginRepository>
<id>google-releases</id>
<url>https://oss.sonatype.org/content/repositories/google-releases</url>
<name>Google Releases</name>
</pluginRepository>
</pluginRepositories>

I wonder why it was not pushed to Central with the rest of the release?

Original comment by stefaan....@gmail.com on 22 Mar 2013 at 12:43

GoogleCodeExporter commented 8 years ago
Try now, this was an issue with sonatype's maven central sync.

Original comment by matts...@google.com on 25 Mar 2013 at 8:23

GoogleCodeExporter commented 8 years ago
You seem to have a recurring issue here: 1.7.7 is not available on the Central 
maven repo...

Original comment by stefaan....@gmail.com on 10 Apr 2013 at 7:07