indeed mvn clean install -U does the trick...

Thanks Manolo


On Thu, Aug 21, 2014 at 4:24 PM, Manuel Carrasco Moñino <man...@apache.org>
wrote:

> The repo structure is ok, your maven should download the metadata file [1]
> which has a reference to the last snapshot index then it should continue
> downloading the pom [2] and jar [3] files.
>
> Maybe something wrong in your local repo cache, try to force updating
> snapshots running:
>  mvn -U clean package
> or removing
>  ~/.m2/repository/com/google/gwt/gwt-user/2.7.0-SNAPSHOT
>
> - Manolo
>
> [1]
> https://oss.sonatype.org/content/repositories/google/com/google/gwt/gwt-user/2.7.0-SNAPSHOT/maven-metadata.xml
> [2]
> https://oss.sonatype.org/content/repositories/google/com/google/gwt/gwt-user/2.7.0-SNAPSHOT/gwt-user-2.7.0-20140820.063656-32.pom
> [3]
> https://oss.sonatype.org/content/repositories/google/com/google/gwt/gwt-user/2.7.0-SNAPSHOT/gwt-user-2.7.0-20140820.063656-32.jar
>
>
> On Thu, Aug 21, 2014 at 3:24 PM, Julien Dramaix <julien.dram...@gmail.com>
> wrote:
>
>> Dear GWT lovers,
>>
>> I'm trying to test the last GWT snapshot but I cannot configure maven to
>> use it.
>>
>> I've added the following repo:
>>
>> <repositories>
>>     <repository>
>>         <id>gwt-sonatype-snapshots</id>
>>         <url>https://oss.sonatype.org/content/repositories/google</url>
>>         <snapshots><enabled>true</enabled></snapshots>
>>         <releases><enabled>false</enabled></releases>
>>     </repository>
>> </repositories>
>>
>> and use the following version: 2.7.0-SNAPSHOT
>>
>> But Maven is not able to resolve dependencies:
>>
>> Downloading:
>> https://oss.sonatype.org/content/repositories/google/com/google/gwt/gwt-user/2.7.0-SNAPSHOT/gwt-user-2.7.0-SNAPSHOT.pom
>> [WARNING] The POM for com.google.gwt:gwt-user:jar:2.7.0-SNAPSHOT is
>> missing, no dependency information available
>> Downloading:
>> https://oss.sonatype.org/content/repositories/google/com/google/gwt/gwt-dev/2.7.0-SNAPSHOT/gwt-dev-2.7.0-SNAPSHOT.pom
>> [WARNING] The POM for com.google.gwt:gwt-dev:jar:2.7.0-SNAPSHOT is
>> missing, no dependency information available
>> Downloading:
>> https://oss.sonatype.org/content/repositories/google/com/google/gwt/gwt-servlet/2.7.0-SNAPSHOT/gwt-servlet-2.7.0-SNAPSHOT.pom
>> [WARNING] The POM for com.google.gwt:gwt-servlet:jar:2.7.0-SNAPSHOT is
>> missing, no dependency information available
>>
>> I've looked into the directories
>>
>> https://oss.sonatype.org/content/repositories/google/com/google/gwt/gwt-user/2.7.0-SNAPSHOT/
>>
>> https://oss.sonatype.org/content/repositories/google/com/google/gwt/gwt-dev/2.7.0-SNAPSHOT/
>>
>> https://oss.sonatype.org/content/repositories/google/com/google/gwt/gwt-servlet/2.7.0-SNAPSHOT/
>>
>> and indeed the pom files are missing.
>>
>> Am I missing something ?
>>
>> Julien
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "GWT Contributors" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/google-web-toolkit-contributors/CABb_3%3D4eduxbj5Z6FiVtw1H%2Bj%2BHhbzT6h1274Pq9VSJXF4wW0Q%40mail.gmail.com
>> <https://groups.google.com/d/msgid/google-web-toolkit-contributors/CABb_3%3D4eduxbj5Z6FiVtw1H%2Bj%2BHhbzT6h1274Pq9VSJXF4wW0Q%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "GWT Contributors" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAM28XAveCmt9UnaQYESVOd9FYhKD-0tHYq%3D8fxxny_4sk3gm1Q%40mail.gmail.com
> <https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAM28XAveCmt9UnaQYESVOd9FYhKD-0tHYq%3D8fxxny_4sk3gm1Q%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CABb_3%3D58%2BaAWf3C3A9XLt3%3DzxXDzzDkpooUYXEnR4DO7yqJ%2B%2Bg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to