Skip to content

Commit

Permalink
add proxy and mirror docu - fixes #16 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Feb 2, 2016
1 parent 526cef8 commit 0114e39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ since jar-dependencies does not declare ruby-maven as runtime dependency
setup the project it is needed) it is advicable to have it as
development dependency in you Gemfile.

# proxy and mirror setup

proxied and mirrors can be setup by the usual configuration of maven itself: [settings.xml](https://maven.apache.org/settings.html) - see the mirrors and proxy sections.

you also can add such a settings.xml to your project which jar-dependencies will use instad of the default maven locations. this allows to have a per project configuration and also removes the need to users of your ruby project to dive into maven in case your have company policy to use a local mirror for gem and jar artifacts.

# gradle, maven, etc

for dependency management frameworks like gradle (via
Expand Down

0 comments on commit 0114e39

Please sign in to comment.