Skip to content

Instantly share code, notes, and snippets.

@cstamas
Created December 18, 2009 20:25
Show Gist options
  • Save cstamas/259738 to your computer and use it in GitHub Desktop.
Save cstamas/259738 to your computer and use it in GitHub Desktop.
[cstamas@marvin ~]$ gem list --local
*** LOCAL GEMS ***
builder (2.1.2)
jruby-openssl (0.6)
rake (0.8.7)
rspec (1.2.9)
sources (0.0.1)
[cstamas@marvin ~]$ gem list --remote --source=http://localhost:8080/nexus-gems/
*** REMOTE GEMS ***
org.slf4j.slf4j-api (1.5.8)
org.slf4j.slf4j-simple (1.5.8)
[cstamas@marvin ~]$ gem install --source=http://localhost:8080/nexus-gems/ org.slf4j.slf4j-simple
Successfully installed org.slf4j.slf4j-api-1.5.8-java
Successfully installed org.slf4j.slf4j-simple-1.5.8-java
2 gems installed
Installing ri documentation for org.slf4j.slf4j-api-1.5.8-java...
Installing ri documentation for org.slf4j.slf4j-simple-1.5.8-java...
Installing RDoc documentation for org.slf4j.slf4j-api-1.5.8-java...
Installing RDoc documentation for org.slf4j.slf4j-simple-1.5.8-java...
[cstamas@marvin ~]$ gem list --local
*** LOCAL GEMS ***
builder (2.1.2)
jruby-openssl (0.6)
org.slf4j.slf4j-api (1.5.8)
org.slf4j.slf4j-simple (1.5.8)
rake (0.8.7)
rspec (1.2.9)
sources (0.0.1)
[cstamas@marvin ~]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment