Uploaded image for project: 'Atlas'
  1. Atlas
  2. ATLAS-4498

Incorrect atlas-buildtools version in pom.xml results in failed build

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 2.2.0
    • None
    • atlas-core
    • Redhat UBI (Universal Base Image) 8.5

    Description

      The apache-buildtools version specified in /pom.xml is incorrect and results in Atlas failing to build. The project.version results in a 2.2.0 version and the plugin version is 1.0 – both of which do not appear to exist: https://repo1.maven.org/maven2/org/apache/atlas/atlas-buildtools/

      Patching ${project.version} and 1.0 to 0.8.1 (only version available from link above) allows Atlas to build successfully.

      in /pom.xml

      <dependency>                
          <groupId>org.apache.atlas</groupId>
          <artifactId>atlas-buildtools</artifactId>
          <version>${project.version}</version>
      </dependency> 

      and

      <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-checkstyle-plugin</artifactId>
          <dependencies>
              <dependency>
                  <groupId>org.apache.atlas</groupId>
                  <artifactId>atlas-buildtools</artifactId>
                  <version>1.0</version>
              </dependency>
          </dependencies> 

      A patch is attached to remedy this issue.

      Attachments

        1. buildtools.patch
          0.8 kB
          Greg

        Activity

          People

            Unassigned Unassigned
            589290 Greg
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: