Uploaded image for project: 'OpenJDK'
  1. OpenJDK
  2. OPENJDK-1964

MAVEN_REPOS configuration has case sensitivity issues

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False

      specifying

      MAVEN_REPOS=testrepo
      testrepo_MAVEN_REPO_URL=http://repo.example.com:8080/maven2/

      results in

      WARN Variable "testrepo_MAVEN_REPO_URL" not set. Skipping maven repo setup for the prefix "testrepo_MAVEN".

      but this works

      MAVEN_REPOS=TESTREPO
      TESTREPO_MAVEN_REPO_URL=http://repo.example.com:8080/maven2/

              jdowland@redhat.com Jonathan Dowland
              jdowland@redhat.com Jonathan Dowland
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: