Point ArtifactsTests to custom maven repo dir to avoid stale artifacts

^KTI-1345
This commit is contained in:
Bogdan Mukvich
2023-12-11 11:39:27 +01:00
committed by Space Team
parent d9f581c8b5
commit b7d56dea44
7 changed files with 28 additions and 16 deletions
+4 -2
View File
@@ -50,6 +50,8 @@
neither it is visible in the consumer project.
-->
<kotlin.version>${project.version}</kotlin.version>
<deploy-snapshot-url>sonatype-nexus-staging</deploy-snapshot-url>
<deploy-snapshot-repo>https://oss.sonatype.org/content/repositories/snapshots/</deploy-snapshot-repo>
</properties>
<dependencyManagement>
@@ -186,8 +188,8 @@
<url>${deploy-url}</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-staging</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<id>${deploy-snapshot-repo}</id>
<url>${deploy-snapshot-url}</url>
</snapshotRepository>
</distributionManagement>