Uploaded image for project: 'Ivy'
  1. Ivy
  2. IVY-1002

doc/settings/resolvers.html should contain example of how to add resolved into existing/default chain

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.0-RC2
    • None
    • Documentation
    • None

    Description

      Maybe something like this:

      <ivysettings>
          <settings defaultResolver="default"/>
          <include url="${ivy.default.conf.dir}/ivysettings-public.xml"/>
          <include url="${ivy.default.conf.dir}/ivysettings-shared.xml"/>
          <resolvers>
              <ibiblio name="robocode-public" m2compatible="true" root="http://robocode.sourceforge.net/maven2"/>
              <chain name="web" dual="true">
                  <resolver ref="robocode-public"/>
                  <resolver ref="public"/>
              </chain>
              <chain name="main" dual="true">
                  <resolver ref="shared"/>
                  <resolver ref="web"/>
              </chain>
          </resolvers>
          <include url="${ivy.default.conf.dir}/ivysettings-local.xml"/>
          <include url="${ivy.default.conf.dir}/ivysettings-default-chain.xml"/>
      </ivysettings>
      

      BTW: quality of documentation is excellent
      Cheers!

      Attachments

        Activity

          People

            Unassigned Unassigned
            pavelsavara Pavel Savara
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: