Trying to fix deploy to surfshop

This commit is contained in:
Josh Steele
2024-08-26 11:46:41 -04:00
parent 0859f0b770
commit 4bee46c9dc

11
pom.xml
View File

@@ -49,12 +49,17 @@
</scm> </scm>
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>central</id>
<name>surfshop-releases</name>
<url>http://surfshop.jhuapl.edu:8081/artifactory/libs-release-local</url>
</repository>
<snapshotRepository>
<id>central</id> <id>central</id>
<name>surfshop-snapshots</name> <name>surfshop-snapshots</name>
<url>http://surfshop.jhuapl.edu:8081/artifactory/libs-snapshot-local</url> <url>http://surfshop.jhuapl.edu:8081/artifactory/libs-snapshot-local</url>
</repository> </snapshotRepository>
<!-- <snapshotRepository> <!--<snapshotRepository>
<id>ossrh</id> <id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url> <url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository> --> </snapshotRepository> -->