Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-23891

/home/jboss/.m2/settings.xml contains obsolete techpreview repository definition

    XMLWordPrintable

Details

    Description

      Based on discussions in SPMM-8975, we shouldn't use https://maven.repository.redhat.com/techpreview/all anymore (while we can still use earlyaccess/all and ga endpoints)

      Available EAP8 images contains it, eg.

      podman run -it registry-proxy.engineering.redhat.com/rh-osbs/jboss-eap-8-tech-preview-eap8-openjdk17-builder-openshift-rhel8 cat /home/jboss/.m2/settings.xml
      ...
              <repository>
                <id>jboss-eap-repository</id>
                <url>https://maven.repository.redhat.com/techpreview/all</url>
                <releases>
                  <enabled>true</enabled>
                </releases>
                <snapshots>
                  <enabled>false</enabled>
                </snapshots>
              </repository>
      
      

      Attachments

        Issue Links

          Activity

            People

              jmesnil1@redhat.com Jeff Mesnil
              jbliznak@redhat.com Jan Blizňák
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: