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
@@ -60,6 +60,8 @@
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<deploy-snapshot-url>sonatype-nexus-staging</deploy-snapshot-url>
<deploy-snapshot-repo>https://oss.sonatype.org/content/repositories/snapshots/</deploy-snapshot-repo>
</properties>
<prerequisites>
@@ -72,8 +74,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>