|
|
@ -9,6 +9,44 @@ |
|
|
|
<packaging>pom</packaging> |
|
|
|
<name>Image-Tools-Parent</name> |
|
|
|
|
|
|
|
<repositories> |
|
|
|
<repository> |
|
|
|
<name>Sothr Maven Public Proxy</name> |
|
|
|
<id>mvn-public-sothr-proxy</id> |
|
|
|
<url>https://nexus.sothr.com/repository/maven-public/</url> |
|
|
|
</repository> |
|
|
|
<repository> |
|
|
|
<name>Sothr Releases</name> |
|
|
|
<id>sothr-nexus-releases</id> |
|
|
|
<url>https://nexus.sothr.com/repository/maven-releases/</url> |
|
|
|
<releases> |
|
|
|
<enabled>true</enabled> |
|
|
|
<updatePolicy>always</updatePolicy> |
|
|
|
<checksumPolicy>fail</checksumPolicy> |
|
|
|
</releases> |
|
|
|
<snapshots> |
|
|
|
<enabled>false</enabled> |
|
|
|
<updatePolicy>never</updatePolicy> |
|
|
|
<checksumPolicy>warn</checksumPolicy> |
|
|
|
</snapshots> |
|
|
|
</repository> |
|
|
|
<repository> |
|
|
|
<name>Sothr Snapshots</name> |
|
|
|
<id>sothr-nexus-snapshots</id> |
|
|
|
<url>https://nexus.sothr.com/repository/maven-snapshots/</url> |
|
|
|
<releases> |
|
|
|
<enabled>false</enabled> |
|
|
|
<updatePolicy>never</updatePolicy> |
|
|
|
<checksumPolicy>warn</checksumPolicy> |
|
|
|
</releases> |
|
|
|
<snapshots> |
|
|
|
<enabled>true</enabled> |
|
|
|
<updatePolicy>daily</updatePolicy> |
|
|
|
<checksumPolicy>fail</checksumPolicy> |
|
|
|
</snapshots> |
|
|
|
</repository> |
|
|
|
</repositories> |
|
|
|
|
|
|
|
<pluginRepositories> |
|
|
|
<pluginRepository> |
|
|
|
<id>sonatype-releases</id> |
|
|
|