Skip to content

How to access SNAPSHOT version from the CI build? #294

@aripddev

Description

@aripddev

Checklist

  • I made sure that there are no existing issues - open or closed - which I could contribute my information to.
  • I have taken the time to fill in all the required details. I understand that the question will be dismissed otherwise.

What is/are your question(s)?

When running the CI to build a Maven project, I am unable to access SNAPSHOT version of your project. I think it will be done by adding below lines to the pom.xml. Is it possible to add it?

Additional information

<distributionManagement>
  <snapshotRepository>
    <id>ossrh</id>
    <url>https://oss.sonatype.org/content/repositories/snapshots</url>
  </snapshotRepository>
  <repository>
    <id>ossrh</id>
    <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
  </repository>
</distributionManagement>

Metadata

Metadata

Assignees

Labels

questionInformation is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions