Point ArtifactsTests to custom maven repo dir to avoid stale artifacts
^KTI-1345
This commit is contained in:
committed by
Space Team
parent
d9f581c8b5
commit
b7d56dea44
+4
-2
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user