-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
questionInformation is requestedInformation is requested
Description
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 requestedInformation is requested