Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-913

Central Maven repo is missing key artifact for 3.0 & 4.0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.0.0, 4.0.0
    • 3.0.0, 4.0.0
    • None
    • None

    Description

      Symptom is that Maven seeks this jar:

      https://repository.apache.org/content/repositories/releases/org/apache/phoenix/phoenix/3.0.0-incubating/phoenix-3.0.0-incubating.jar

      To reproduce place the following pom.xml in a fresh directory; avoid any locally built repo and run "mvn compile".

      Workaround: build from source yourself.
      =====
      <?xml version="1.0" encoding="UTF-8"?>
      <project xmlns="http://maven.apache.org/POM/4.0.0"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
      <modelVersion>4.0.0</modelVersion>
      <groupId>somegroup</groupId>
      <artifactId>tester</artifactId>
      <version>0.0.1-SNAPSHOT</version>
      <dependencies>
      <dependency>
      <groupId>org.apache.phoenix</groupId>
      <artifactId>phoenix</artifactId>
      <version>3.0.0-incubating</version>
      </dependency>
      </dependencies>
      <repositories>
      <repository>
      <id>apache release</id>
      <url>https://repository.apache.org/content/repositories/releases/</url>
      </repository>
      </repositories>
      </project>

      Attachments

        Activity

          People

            mujtabachohan Mujtaba Chohan
            al@starfishzone.com Andrew Liles
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: