Browse Source

Added distribution endpoint for storing the maven build

master
Drew Short 6 years ago
parent
commit
24c07dba21
  1. 11
      parent/pom.xml

11
parent/pom.xml

@ -47,6 +47,17 @@
</repository>
</repositories>
<distributionManagement>
<repository>
<id>sothr-nexus-releases</id>
<url>https://nexus.sothr.com/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>sothr-nexus-snapshots</id>
<url>https://nexus.sothr.com/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>
<pluginRepositories>
<pluginRepository>
<id>sonatype-releases</id>

Loading…
Cancel
Save