pombreda / gwt-maven

Automatically exported from code.google.com/p/gwt-maven
0 stars 1 forks source link

Plugin repository broken due to wrong "latest" tag in maven-metadata.xml #186

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is this Maven 1 or Maven 2?
Maven 2

What steps will reproduce the problem?
1. Mention the maven-googlewebtoolkit2-plugin in a pom without explicitly
mentioning a version.
2. Make sure the plugin is not available in a local repository
3. Run mvn install

What is the expected output? What do you see instead?
Build failure due to missing version "2.0-mr-beta1". Actually, this version
is mentioned as latest version in the
http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/com/totsp/gwt/maven-googlewe
btoolkit2-plugin/maven-metadata.xml

What version of the product are you using? On what operating system?
Not applicable

Please provide any additional information below.
The problem can be easily solved by updating the content of the <latest>
tag in the maven-metadata.xml of the repository. Most likely this version
has been removed from the repository manually, without updating the xml file.

Original issue reported on code.google.com by buijze@gmail.com on 5 Jan 2009 at 10:06

GoogleCodeExporter commented 9 years ago
Thanks for noting this, I will fix this ASAP.  One of our new contributors made 
his
own release and then rolled it back, and as you stated probably didn't check the
metadata. 

Original comment by charlie....@gmail.com on 6 Jan 2009 at 7:57

GoogleCodeExporter commented 9 years ago
I revered the files via SVN, should be fixed now.

Original comment by charlie....@gmail.com on 6 Jan 2009 at 8:02

GoogleCodeExporter commented 9 years ago
Working for me - cheers!

Original comment by JuddBl...@gmail.com on 6 Jan 2009 at 10:14