Uploaded image for project: 'OpenEJB'
  1. OpenEJB
  2. OPENEJB-1918

Build relies on <repositories> and <pluginRepositories>

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 4.5.1
    • 4.7.0
    • build

    Description

      There are a number of pom.xml's that reference repositories other than

      http://repository.apache.org/snapshots

      And even those that reference the snapshots repository do not do so correctly

      <url>http://snapshots.repository.codehaus.org/</url>

      is referenced as a snapshot repo correctly, so can probably stay, but I need to look into optimizing its usage

      This will most probably include trying to get

      <repository>
      <id>eclipselink-repo</id>
      <name>EclipseLink Repository</name>
      <url>http://www.eclipse.org/downloads/download.php?r=1&amp;nf=1&amp;file=/rt/eclipselink/maven.repo</url>
      </repository>

      into central

      and figuring out what to do about

      <repository>
      <id>ctp-consulting-m2-snapshot</id>
      <name>Ctp Consulting Snapshot Repository</name>
      <url>https://repository-ctpconsulting.forge.cloudbees.com/snapshot/</url>
      </repository>

      (note that looks to be a snapshot repo but is not referenced correctly for a snapshot repo)

      <repository>
      <id>tomcat-m2-repo</id>
      <name>Tomcat Dev Repository</name>
      <url>http://tomcat.apache.org/dev/dist/m2-repository/</url>
      </repository>

      is a more interesting problem

      as is

      <url>https://repository.jboss.org/nexus/content/groups/public/</url>

      Attachments

        Activity

          People

            stephenc Stephen Connolly
            stephenc Stephen Connolly
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: