Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-21780

stash-java-client 2.3.10 - Parent pom can't be found in maven central

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • None
    • n/a
    • Artifacts
    • None

    Description

      Issue Summary

      This is reproducible on Data Center: n/a

      Steps to Reproduce

      1. run mvn install in the same dir as this pom the build will fail due to a dependency error:
        <?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
            <modelVersion>4.0.0</modelVersion>
        
            <groupId>com.example</groupId>
            <artifactId>maven_central_testr</artifactId>
            <version>0.0.0</version>
            <name>maven_central_testr</name>
        
            <dependencies>
                <dependency>
                    <groupId>com.atlassian.stash</groupId>
                    <artifactId>stash-java-client-api</artifactId>
        	    <version>2.3.10</version>
                </dependency>
            </dependencies>
        
            <repositories>
                <repository>
                    <id>central</id>
                    <name>Maven Central</name>
                    <layout>default</layout>
                    <url>https://repo1.maven.org/maven2</url>
                    <snapshots>
                        <enabled>false</enabled>
                    </snapshots>
                </repository>
            </repositories>
        
        </project>
        

      Expected Results

      • build succeeds

      Actual Results

      • build fails with dependency error (see attachment)

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

      Attachments

        1. 2.3.10
          25 kB

        Issue Links

          Activity

            People

              0ecd005f55dd Krzysztof Podsiadło
              nhansberry Nate Hansberry
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: