Discussion:
[errai-users] Missing guice-serlver 2.0 from maven repository
Krystian Kichewko
2010-05-22 01:24:15 UTC
Permalink
Hello!

I tried to test errai framework today and first thing I noticed is
that guice-servlet 2.0 is missing from maven repository:

Missing:
----------
1) com.google.code.guice:guice-servlet:jar:2.0

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=com.google.code.guice
-DartifactId=guice-servlet -Dversion=2.0 -Dpackaging=jar
-Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.google.code.guice
-DartifactId=guice-servlet -Dversion=2.0 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) org.jboss.errai:errai-bus-demos-clientservice:jar:1.1-M1
2) org.jboss.errai:errai-bus:jar:1.1-M1
3) com.google.code.guice:guice-servlet:jar:2.0

I've also manually checked this link:

https://repository.jboss.org/nexus/content/groups/public/com/google/code/guice/

and it's really missing :)

This renders both examples and sandbox archetype unusable.

Unfortunatelly there is almost no chance for google to upload their
jars to public maven repository so I would like to ask someone with
proper permissions to deploy guice-servlet to jboss repo. guice 2.0 is
already there.

Krystian Kichewko

Loading...