Artem24 / gwtgae2011

Automatically exported from code.google.com/p/gwtgae2011
0 stars 0 forks source link

Maven Repo no longer has versions specified in POM? #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download project from Mercurial
2. Run in Eclipse Maven Plugin
3. Attempt to update dependancies

What is the expected output? What do you see instead?

See that it fails to download:

04/10/11 14:49:06 BST: Missing artifact 
com.gwtplatform:gwtp-mvp-client:jar:0.6-SNAPSHOT:provided
04/10/11 14:49:06 BST: Missing artifact 
com.gwtplatform:gwtp-dispatch-client:jar:0.6-SNAPSHOT:provided
04/10/11 14:49:06 BST: Missing artifact 
com.gwtplatform:gwtp-dispatch-server-guice:jar:0.6-SNAPSHOT:compile
04/10/11 14:49:06 BST: Missing artifact 
com.gwtplatform:gwtp-processors:jar:0.6-SNAPSHOT:provided

Looking on the repo I see (eg. for gwt dispatch client)

https://oss.sonatype.org/content/repositories/snapshots/com/gwtplatform/gwtp-dis
patch-client/

.. that there is only version 0.7 available.

Updating gwpt-platform to 0.7 in pom fixes it, should I submit a 
patch?999999999999

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

Trying to use 0.6 source

Please provide any additional information below.

Original issue reported on code.google.com by benjamin...@gmail.com on 4 Oct 2011 at 2:03