Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-4223

Add local maven repo to default Grape config

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.7.2
    • 1.8.1
    • Grape
    • None
    • Patch

    Description

      Add an entry for the current user's local Maven2 repo to the default Grape config file (groovy.grape.defaultGrapeConfig.xml):

      <filesystem name="localMaven2" m2compatible="true">
      <ivy pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[module]-[revision].pom" />
      <artifact pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[module]-[revision].jar" />
      </filesystem>

      Groovy is all about being pragmatic and the reality is that many, many people use Maven2.

      Attachments

        1. addLocalMavenRepo.patch
          1.0 kB
          Matthew T. Adams

        Activity

          People

            paulk Paul King
            matthewadams Matthew T. Adams
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: