Skip to content

Instantly share code, notes, and snippets.

@milessabin
Created December 3, 2016 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milessabin/65897ecb792e212d242c451776cf8b25 to your computer and use it in GitHub Desktop.
Save milessabin/65897ecb792e212d242c451776cf8b25 to your computer and use it in GitHub Desktop.
My local artifactory configuration for community-builds
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<config xmlns="http://artifactory.jfrog.org/xsd/1.8.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jfrog.org/xsd/artifactory-v1_8_1.xsd">
<offlineMode>false</offlineMode>
<helpLinksEnabled>true</helpLinksEnabled>
<fileUploadMaxSizeMb>100</fileUploadMaxSizeMb>
<dateFormat>dd-MM-yy HH:mm:ss z</dateFormat>
<addons>
<showAddonsInfo>true</showAddonsInfo>
<showAddonsInfoCookie>1480700455180</showAddonsInfoCookie>
</addons>
<security>
<anonAccessEnabled>true</anonAccessEnabled>
<anonAccessToBuildInfosDisabled>false</anonAccessToBuildInfosDisabled>
<hideUnauthorizedResources>false</hideUnauthorizedResources>
<passwordSettings>
<encryptionPolicy>supported</encryptionPolicy>
<expirationPolicy>
<enabled>false</enabled>
<passwordMaxAge>60</passwordMaxAge>
<notifyByEmail>true</notifyByEmail>
</expirationPolicy>
<resetPolicy>
<enabled>true</enabled>
<maxAttemptsPerAddress>3</maxAttemptsPerAddress>
<timeToBlockInMinutes>60</timeToBlockInMinutes>
</resetPolicy>
</passwordSettings>
<ldapSettings/>
<ldapGroupSettings/>
<userLockPolicy>
<enabled>false</enabled>
<loginAttempts>5</loginAttempts>
</userLockPolicy>
</security>
<backups>
<backup>
<key>backup-daily</key>
<enabled>true</enabled>
<cronExp>0 0 2 ? * MON-FRI</cronExp>
<retentionPeriodHours>0</retentionPeriodHours>
<createArchive>false</createArchive>
<excludedRepositories>
<repositoryRef>jcenter</repositoryRef>
</excludedRepositories>
<sendMailOnError>true</sendMailOnError>
<excludeBuilds>false</excludeBuilds>
<excludeNewRepositories>false</excludeNewRepositories>
<precalculate>false</precalculate>
</backup>
<backup>
<key>backup-weekly</key>
<enabled>false</enabled>
<cronExp>0 0 2 ? * SAT</cronExp>
<retentionPeriodHours>336</retentionPeriodHours>
<createArchive>false</createArchive>
<excludedRepositories>
<repositoryRef>jcenter</repositoryRef>
</excludedRepositories>
<sendMailOnError>true</sendMailOnError>
<excludeBuilds>false</excludeBuilds>
<excludeNewRepositories>false</excludeNewRepositories>
<precalculate>false</precalculate>
</backup>
</backups>
<indexer>
<enabled>false</enabled>
<cronExp>0 23 5 * * ?</cronExp>
</indexer>
<localRepositories>
<localRepository>
<key>ext-release-local</key>
<type>maven</type>
<description>Local repository for third party libraries</description>
<includesPattern>**/*</includesPattern>
<repoLayoutRef>maven-2-default</repoLayoutRef>
<dockerApiVersion>V2</dockerApiVersion>
<forceNugetAuthentication>false</forceNugetAuthentication>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>false</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<maxUniqueTags>0</maxUniqueTags>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets/>
<archiveBrowsingEnabled>false</archiveBrowsingEnabled>
<snapshotVersionBehavior>unique</snapshotVersionBehavior>
<localRepoChecksumPolicyType>client-checksums</localRepoChecksumPolicyType>
<calculateYumMetadata>false</calculateYumMetadata>
<yumRootDepth>0</yumRootDepth>
<debianTrivialLayout>false</debianTrivialLayout>
</localRepository>
<localRepository>
<key>ext-snapshot-local</key>
<type>maven</type>
<description>Local repository for third party snapshots</description>
<includesPattern>**/*</includesPattern>
<repoLayoutRef>maven-2-default</repoLayoutRef>
<dockerApiVersion>V2</dockerApiVersion>
<forceNugetAuthentication>false</forceNugetAuthentication>
<blackedOut>false</blackedOut>
<handleReleases>false</handleReleases>
<handleSnapshots>true</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<maxUniqueTags>0</maxUniqueTags>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets/>
<archiveBrowsingEnabled>false</archiveBrowsingEnabled>
<snapshotVersionBehavior>unique</snapshotVersionBehavior>
<localRepoChecksumPolicyType>client-checksums</localRepoChecksumPolicyType>
<calculateYumMetadata>false</calculateYumMetadata>
<yumRootDepth>0</yumRootDepth>
<debianTrivialLayout>false</debianTrivialLayout>
</localRepository>
<localRepository>
<key>libs-release-local</key>
<type>maven</type>
<description>Local repository for in-house libraries</description>
<includesPattern>**/*</includesPattern>
<repoLayoutRef>maven-2-default</repoLayoutRef>
<dockerApiVersion>V2</dockerApiVersion>
<forceNugetAuthentication>false</forceNugetAuthentication>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>false</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<maxUniqueTags>0</maxUniqueTags>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets/>
<archiveBrowsingEnabled>false</archiveBrowsingEnabled>
<snapshotVersionBehavior>unique</snapshotVersionBehavior>
<localRepoChecksumPolicyType>client-checksums</localRepoChecksumPolicyType>
<calculateYumMetadata>false</calculateYumMetadata>
<yumRootDepth>0</yumRootDepth>
<debianTrivialLayout>false</debianTrivialLayout>
</localRepository>
<localRepository>
<key>libs-snapshot-local</key>
<type>maven</type>
<description>Local repository for in-house snapshots</description>
<includesPattern>**/*</includesPattern>
<repoLayoutRef>maven-2-default</repoLayoutRef>
<dockerApiVersion>V2</dockerApiVersion>
<forceNugetAuthentication>false</forceNugetAuthentication>
<blackedOut>false</blackedOut>
<handleReleases>false</handleReleases>
<handleSnapshots>true</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<maxUniqueTags>0</maxUniqueTags>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets/>
<archiveBrowsingEnabled>false</archiveBrowsingEnabled>
<snapshotVersionBehavior>unique</snapshotVersionBehavior>
<localRepoChecksumPolicyType>client-checksums</localRepoChecksumPolicyType>
<calculateYumMetadata>false</calculateYumMetadata>
<yumRootDepth>0</yumRootDepth>
<debianTrivialLayout>false</debianTrivialLayout>
</localRepository>
<localRepository>
<key>plugins-release-local</key>
<type>maven</type>
<description>Local repository for plugins</description>
<includesPattern>**/*</includesPattern>
<repoLayoutRef>maven-2-default</repoLayoutRef>
<dockerApiVersion>V2</dockerApiVersion>
<forceNugetAuthentication>false</forceNugetAuthentication>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>false</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<maxUniqueTags>0</maxUniqueTags>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets/>
<archiveBrowsingEnabled>false</archiveBrowsingEnabled>
<snapshotVersionBehavior>unique</snapshotVersionBehavior>
<localRepoChecksumPolicyType>client-checksums</localRepoChecksumPolicyType>
<calculateYumMetadata>false</calculateYumMetadata>
<yumRootDepth>0</yumRootDepth>
<debianTrivialLayout>false</debianTrivialLayout>
</localRepository>
<localRepository>
<key>plugins-snapshot-local</key>
<type>maven</type>
<description>Local repository for plugins snapshots</description>
<includesPattern>**/*</includesPattern>
<repoLayoutRef>maven-2-default</repoLayoutRef>
<dockerApiVersion>V2</dockerApiVersion>
<forceNugetAuthentication>false</forceNugetAuthentication>
<blackedOut>false</blackedOut>
<handleReleases>false</handleReleases>
<handleSnapshots>true</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<maxUniqueTags>0</maxUniqueTags>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets/>
<archiveBrowsingEnabled>false</archiveBrowsingEnabled>
<snapshotVersionBehavior>unique</snapshotVersionBehavior>
<localRepoChecksumPolicyType>client-checksums</localRepoChecksumPolicyType>
<calculateYumMetadata>false</calculateYumMetadata>
<yumRootDepth>0</yumRootDepth>
<debianTrivialLayout>false</debianTrivialLayout>
</localRepository>
</localRepositories>
<remoteRepositories>
<remoteRepository>
<key>central</key>
<type>maven</type>
<includesPattern>**/*</includesPattern>
<repoLayoutRef>maven-2-default</repoLayoutRef>
<dockerApiVersion>V2</dockerApiVersion>
<forceNugetAuthentication>false</forceNugetAuthentication>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>true</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<maxUniqueTags>0</maxUniqueTags>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets/>
<archiveBrowsingEnabled>false</archiveBrowsingEnabled>
<url>http://central.maven.org/maven2</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>600</retrievalCachePeriodSecs>
<assumedOfflinePeriodSecs>300</assumedOfflinePeriodSecs>
<missedRetrievalCachePeriodSecs>1800</missedRetrievalCachePeriodSecs>
<remoteRepoChecksumPolicyType>generate-if-absent</remoteRepoChecksumPolicyType>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<synchronizeProperties>false</synchronizeProperties>
<listRemoteFolderItems>true</listRemoteFolderItems>
<rejectInvalidJars>false</rejectInvalidJars>
<p2OriginalUrl>http://central.maven.org/maven2</p2OriginalUrl>
<contentSynchronisation>
<enabled>false</enabled>
<statistics>
<enabled>false</enabled>
</statistics>
<properties>
<enabled>false</enabled>
</properties>
<source>
<originAbsenceDetection>false</originAbsenceDetection>
</source>
</contentSynchronisation>
<blockMismatchingMimeTypes>true</blockMismatchingMimeTypes>
<mismatchingMimeTypesOverrideList></mismatchingMimeTypesOverrideList>
<allowAnyHostAuth>false</allowAnyHostAuth>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<enableCookieManagement>false</enableCookieManagement>
<enableTokenAuthentication>false</enableTokenAuthentication>
<propagateQueryParams>false</propagateQueryParams>
</remoteRepository>
<remoteRepository>
<key>jcenter</key>
<type>maven</type>
<description>Bintray Central Java repository (local file cache)</description>
<includesPattern>**/*</includesPattern>
<repoLayoutRef>maven-2-default</repoLayoutRef>
<dockerApiVersion>V2</dockerApiVersion>
<forceNugetAuthentication>false</forceNugetAuthentication>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>false</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<maxUniqueTags>0</maxUniqueTags>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets/>
<archiveBrowsingEnabled>false</archiveBrowsingEnabled>
<url>http://jcenter.bintray.com</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>600</retrievalCachePeriodSecs>
<assumedOfflinePeriodSecs>300</assumedOfflinePeriodSecs>
<missedRetrievalCachePeriodSecs>1800</missedRetrievalCachePeriodSecs>
<remoteRepoChecksumPolicyType>generate-if-absent</remoteRepoChecksumPolicyType>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<synchronizeProperties>false</synchronizeProperties>
<listRemoteFolderItems>true</listRemoteFolderItems>
<rejectInvalidJars>false</rejectInvalidJars>
<contentSynchronisation>
<enabled>false</enabled>
<statistics>
<enabled>false</enabled>
</statistics>
<properties>
<enabled>false</enabled>
</properties>
<source>
<originAbsenceDetection>false</originAbsenceDetection>
</source>
</contentSynchronisation>
<blockMismatchingMimeTypes>true</blockMismatchingMimeTypes>
<allowAnyHostAuth>false</allowAnyHostAuth>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<enableCookieManagement>false</enableCookieManagement>
<enableTokenAuthentication>false</enableTokenAuthentication>
<propagateQueryParams>false</propagateQueryParams>
</remoteRepository>
<remoteRepository>
<key>maven1</key>
<type>maven</type>
<includesPattern>**/*</includesPattern>
<repoLayoutRef>maven-2-default</repoLayoutRef>
<dockerApiVersion>V2</dockerApiVersion>
<forceNugetAuthentication>false</forceNugetAuthentication>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>true</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<maxUniqueTags>0</maxUniqueTags>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets/>
<archiveBrowsingEnabled>false</archiveBrowsingEnabled>
<url>https://repo1.maven.org/maven2</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>600</retrievalCachePeriodSecs>
<assumedOfflinePeriodSecs>300</assumedOfflinePeriodSecs>
<missedRetrievalCachePeriodSecs>1800</missedRetrievalCachePeriodSecs>
<remoteRepoChecksumPolicyType>generate-if-absent</remoteRepoChecksumPolicyType>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<synchronizeProperties>false</synchronizeProperties>
<listRemoteFolderItems>true</listRemoteFolderItems>
<rejectInvalidJars>false</rejectInvalidJars>
<p2OriginalUrl>https://repo1.maven.org/maven2</p2OriginalUrl>
<contentSynchronisation>
<enabled>false</enabled>
<statistics>
<enabled>false</enabled>
</statistics>
<properties>
<enabled>false</enabled>
</properties>
<source>
<originAbsenceDetection>false</originAbsenceDetection>
</source>
</contentSynchronisation>
<blockMismatchingMimeTypes>true</blockMismatchingMimeTypes>
<mismatchingMimeTypesOverrideList></mismatchingMimeTypesOverrideList>
<allowAnyHostAuth>false</allowAnyHostAuth>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<enableCookieManagement>false</enableCookieManagement>
<enableTokenAuthentication>false</enableTokenAuthentication>
<propagateQueryParams>false</propagateQueryParams>
</remoteRepository>
<remoteRepository>
<key>maven1-unchecked</key>
<type>maven</type>
<includesPattern>**/*</includesPattern>
<repoLayoutRef>maven-2-default</repoLayoutRef>
<dockerApiVersion>V2</dockerApiVersion>
<forceNugetAuthentication>false</forceNugetAuthentication>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>true</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<maxUniqueTags>0</maxUniqueTags>
<suppressPomConsistencyChecks>true</suppressPomConsistencyChecks>
<propertySets/>
<archiveBrowsingEnabled>false</archiveBrowsingEnabled>
<url>https://repo1.maven.org/maven2</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>600</retrievalCachePeriodSecs>
<assumedOfflinePeriodSecs>300</assumedOfflinePeriodSecs>
<missedRetrievalCachePeriodSecs>1800</missedRetrievalCachePeriodSecs>
<remoteRepoChecksumPolicyType>generate-if-absent</remoteRepoChecksumPolicyType>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<synchronizeProperties>false</synchronizeProperties>
<listRemoteFolderItems>true</listRemoteFolderItems>
<rejectInvalidJars>false</rejectInvalidJars>
<p2OriginalUrl>https://repo1.maven.org/maven2</p2OriginalUrl>
<contentSynchronisation>
<enabled>false</enabled>
<statistics>
<enabled>false</enabled>
</statistics>
<properties>
<enabled>false</enabled>
</properties>
<source>
<originAbsenceDetection>false</originAbsenceDetection>
</source>
</contentSynchronisation>
<blockMismatchingMimeTypes>true</blockMismatchingMimeTypes>
<mismatchingMimeTypesOverrideList></mismatchingMimeTypesOverrideList>
<allowAnyHostAuth>false</allowAnyHostAuth>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<enableCookieManagement>false</enableCookieManagement>
<enableTokenAuthentication>false</enableTokenAuthentication>
<propagateQueryParams>false</propagateQueryParams>
</remoteRepository>
<remoteRepository>
<key>twitter-maven</key>
<type>maven</type>
<includesPattern>**/*</includesPattern>
<repoLayoutRef>maven-2-default</repoLayoutRef>
<dockerApiVersion>V2</dockerApiVersion>
<forceNugetAuthentication>false</forceNugetAuthentication>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>true</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<maxUniqueTags>0</maxUniqueTags>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets/>
<archiveBrowsingEnabled>false</archiveBrowsingEnabled>
<url>https://maven.twttr.com</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>600</retrievalCachePeriodSecs>
<assumedOfflinePeriodSecs>300</assumedOfflinePeriodSecs>
<missedRetrievalCachePeriodSecs>1800</missedRetrievalCachePeriodSecs>
<remoteRepoChecksumPolicyType>generate-if-absent</remoteRepoChecksumPolicyType>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<synchronizeProperties>false</synchronizeProperties>
<listRemoteFolderItems>true</listRemoteFolderItems>
<rejectInvalidJars>false</rejectInvalidJars>
<p2OriginalUrl>https://maven.twttr.com</p2OriginalUrl>
<contentSynchronisation>
<enabled>false</enabled>
<statistics>
<enabled>false</enabled>
</statistics>
<properties>
<enabled>false</enabled>
</properties>
<source>
<originAbsenceDetection>false</originAbsenceDetection>
</source>
</contentSynchronisation>
<blockMismatchingMimeTypes>true</blockMismatchingMimeTypes>
<mismatchingMimeTypesOverrideList></mismatchingMimeTypesOverrideList>
<allowAnyHostAuth>false</allowAnyHostAuth>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<enableCookieManagement>false</enableCookieManagement>
<enableTokenAuthentication>false</enableTokenAuthentication>
<propagateQueryParams>false</propagateQueryParams>
</remoteRepository>
<remoteRepository>
<key>upstream-ivy</key>
<type>ivy</type>
<includesPattern>**/*</includesPattern>
<repoLayoutRef>ivy-default</repoLayoutRef>
<dockerApiVersion>V2</dockerApiVersion>
<forceNugetAuthentication>false</forceNugetAuthentication>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>true</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<maxUniqueTags>0</maxUniqueTags>
<suppressPomConsistencyChecks>true</suppressPomConsistencyChecks>
<propertySets/>
<archiveBrowsingEnabled>false</archiveBrowsingEnabled>
<url>http://scala-ci.typesafe.com/artifactory/dbuild-ivy</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>600</retrievalCachePeriodSecs>
<assumedOfflinePeriodSecs>300</assumedOfflinePeriodSecs>
<missedRetrievalCachePeriodSecs>1800</missedRetrievalCachePeriodSecs>
<remoteRepoChecksumPolicyType>generate-if-absent</remoteRepoChecksumPolicyType>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<synchronizeProperties>false</synchronizeProperties>
<listRemoteFolderItems>true</listRemoteFolderItems>
<rejectInvalidJars>false</rejectInvalidJars>
<p2OriginalUrl>http://scala-ci.typesafe.com/artifactory/dbuild-ivy</p2OriginalUrl>
<contentSynchronisation>
<enabled>false</enabled>
<statistics>
<enabled>false</enabled>
</statistics>
<properties>
<enabled>false</enabled>
</properties>
<source>
<originAbsenceDetection>false</originAbsenceDetection>
</source>
</contentSynchronisation>
<blockMismatchingMimeTypes>true</blockMismatchingMimeTypes>
<mismatchingMimeTypesOverrideList></mismatchingMimeTypesOverrideList>
<allowAnyHostAuth>false</allowAnyHostAuth>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<enableCookieManagement>false</enableCookieManagement>
<enableTokenAuthentication>false</enableTokenAuthentication>
<propagateQueryParams>false</propagateQueryParams>
</remoteRepository>
<remoteRepository>
<key>upstream-mvn</key>
<type>maven</type>
<includesPattern>**/*</includesPattern>
<repoLayoutRef>maven-2-default</repoLayoutRef>
<dockerApiVersion>V2</dockerApiVersion>
<forceNugetAuthentication>false</forceNugetAuthentication>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>true</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<maxUniqueTags>0</maxUniqueTags>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets/>
<archiveBrowsingEnabled>false</archiveBrowsingEnabled>
<url>http://scala-ci.typesafe.com/artifactory/dbuild</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>600</retrievalCachePeriodSecs>
<assumedOfflinePeriodSecs>300</assumedOfflinePeriodSecs>
<missedRetrievalCachePeriodSecs>1800</missedRetrievalCachePeriodSecs>
<remoteRepoChecksumPolicyType>generate-if-absent</remoteRepoChecksumPolicyType>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<synchronizeProperties>false</synchronizeProperties>
<listRemoteFolderItems>true</listRemoteFolderItems>
<rejectInvalidJars>false</rejectInvalidJars>
<p2OriginalUrl>http://scala-ci.typesafe.com/artifactory/dbuild</p2OriginalUrl>
<contentSynchronisation>
<enabled>false</enabled>
<statistics>
<enabled>false</enabled>
</statistics>
<properties>
<enabled>false</enabled>
</properties>
<source>
<originAbsenceDetection>false</originAbsenceDetection>
</source>
</contentSynchronisation>
<blockMismatchingMimeTypes>true</blockMismatchingMimeTypes>
<mismatchingMimeTypesOverrideList></mismatchingMimeTypesOverrideList>
<allowAnyHostAuth>false</allowAnyHostAuth>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<enableCookieManagement>false</enableCookieManagement>
<enableTokenAuthentication>false</enableTokenAuthentication>
<propagateQueryParams>false</propagateQueryParams>
</remoteRepository>
<remoteRepository>
<key>upstream-nightlies</key>
<type>maven</type>
<includesPattern>**/*</includesPattern>
<repoLayoutRef>maven-2-default</repoLayoutRef>
<dockerApiVersion>V2</dockerApiVersion>
<forceNugetAuthentication>false</forceNugetAuthentication>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>true</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<maxUniqueTags>0</maxUniqueTags>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets/>
<archiveBrowsingEnabled>false</archiveBrowsingEnabled>
<url>https://scala-ci.typesafe.com/artifactory/scala-release-temp/</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>600</retrievalCachePeriodSecs>
<assumedOfflinePeriodSecs>300</assumedOfflinePeriodSecs>
<missedRetrievalCachePeriodSecs>1800</missedRetrievalCachePeriodSecs>
<remoteRepoChecksumPolicyType>generate-if-absent</remoteRepoChecksumPolicyType>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<synchronizeProperties>false</synchronizeProperties>
<listRemoteFolderItems>true</listRemoteFolderItems>
<rejectInvalidJars>false</rejectInvalidJars>
<p2OriginalUrl>https://scala-ci.typesafe.com/artifactory/scala-release-temp/</p2OriginalUrl>
<contentSynchronisation>
<enabled>false</enabled>
<statistics>
<enabled>false</enabled>
</statistics>
<properties>
<enabled>false</enabled>
</properties>
<source>
<originAbsenceDetection>false</originAbsenceDetection>
</source>
</contentSynchronisation>
<blockMismatchingMimeTypes>true</blockMismatchingMimeTypes>
<mismatchingMimeTypesOverrideList></mismatchingMimeTypesOverrideList>
<allowAnyHostAuth>false</allowAnyHostAuth>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<enableCookieManagement>false</enableCookieManagement>
<enableTokenAuthentication>false</enableTokenAuthentication>
<propagateQueryParams>false</propagateQueryParams>
</remoteRepository>
<remoteRepository>
<key>upstream-unchecked</key>
<type>maven</type>
<includesPattern>**/*</includesPattern>
<repoLayoutRef>maven-2-default</repoLayoutRef>
<dockerApiVersion>V2</dockerApiVersion>
<forceNugetAuthentication>false</forceNugetAuthentication>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>true</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<maxUniqueTags>0</maxUniqueTags>
<suppressPomConsistencyChecks>true</suppressPomConsistencyChecks>
<propertySets/>
<archiveBrowsingEnabled>false</archiveBrowsingEnabled>
<url>https://scala-ci.typesafe.com/artifactory/dbuild-unchecked/</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>600</retrievalCachePeriodSecs>
<assumedOfflinePeriodSecs>300</assumedOfflinePeriodSecs>
<missedRetrievalCachePeriodSecs>1800</missedRetrievalCachePeriodSecs>
<remoteRepoChecksumPolicyType>generate-if-absent</remoteRepoChecksumPolicyType>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<synchronizeProperties>false</synchronizeProperties>
<listRemoteFolderItems>true</listRemoteFolderItems>
<rejectInvalidJars>false</rejectInvalidJars>
<p2OriginalUrl>https://scala-ci.typesafe.com/artifactory/dbuild-unchecked/</p2OriginalUrl>
<contentSynchronisation>
<enabled>false</enabled>
<statistics>
<enabled>false</enabled>
</statistics>
<properties>
<enabled>false</enabled>
</properties>
<source>
<originAbsenceDetection>false</originAbsenceDetection>
</source>
</contentSynchronisation>
<blockMismatchingMimeTypes>true</blockMismatchingMimeTypes>
<mismatchingMimeTypesOverrideList></mismatchingMimeTypesOverrideList>
<allowAnyHostAuth>false</allowAnyHostAuth>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<enableCookieManagement>false</enableCookieManagement>
<enableTokenAuthentication>false</enableTokenAuthentication>
<propagateQueryParams>false</propagateQueryParams>
</remoteRepository>
</remoteRepositories>
<virtualRepositories>
<virtualRepository>
<key>libs-release</key>
<type>maven</type>
<includesPattern>**/*</includesPattern>
<dockerApiVersion>V2</dockerApiVersion>
<forceNugetAuthentication>false</forceNugetAuthentication>
<artifactoryRequestsCanRetrieveRemoteArtifacts>false</artifactoryRequestsCanRetrieveRemoteArtifacts>
<repositories>
<repositoryRef>libs-release-local</repositoryRef>
<repositoryRef>ext-release-local</repositoryRef>
<repositoryRef>remote-repos</repositoryRef>
</repositories>
<pomRepositoryReferencesCleanupPolicy>discard_active_reference</pomRepositoryReferencesCleanupPolicy>
</virtualRepository>
<virtualRepository>
<key>libs-snapshot</key>
<type>maven</type>
<includesPattern>**/*</includesPattern>
<dockerApiVersion>V2</dockerApiVersion>
<forceNugetAuthentication>false</forceNugetAuthentication>
<artifactoryRequestsCanRetrieveRemoteArtifacts>false</artifactoryRequestsCanRetrieveRemoteArtifacts>
<repositories>
<repositoryRef>libs-snapshot-local</repositoryRef>
<repositoryRef>ext-snapshot-local</repositoryRef>
<repositoryRef>remote-repos</repositoryRef>
</repositories>
<pomRepositoryReferencesCleanupPolicy>discard_active_reference</pomRepositoryReferencesCleanupPolicy>
</virtualRepository>
<virtualRepository>
<key>plugins-release</key>
<type>maven</type>
<includesPattern>**/*</includesPattern>
<dockerApiVersion>V2</dockerApiVersion>
<forceNugetAuthentication>false</forceNugetAuthentication>
<artifactoryRequestsCanRetrieveRemoteArtifacts>false</artifactoryRequestsCanRetrieveRemoteArtifacts>
<repositories>
<repositoryRef>plugins-release-local</repositoryRef>
<repositoryRef>ext-release-local</repositoryRef>
<repositoryRef>remote-repos</repositoryRef>
</repositories>
<pomRepositoryReferencesCleanupPolicy>discard_active_reference</pomRepositoryReferencesCleanupPolicy>
</virtualRepository>
<virtualRepository>
<key>plugins-snapshot</key>
<type>maven</type>
<includesPattern>**/*</includesPattern>
<dockerApiVersion>V2</dockerApiVersion>
<forceNugetAuthentication>false</forceNugetAuthentication>
<artifactoryRequestsCanRetrieveRemoteArtifacts>false</artifactoryRequestsCanRetrieveRemoteArtifacts>
<repositories>
<repositoryRef>plugins-snapshot-local</repositoryRef>
<repositoryRef>ext-snapshot-local</repositoryRef>
<repositoryRef>remote-repos</repositoryRef>
</repositories>
<pomRepositoryReferencesCleanupPolicy>discard_active_reference</pomRepositoryReferencesCleanupPolicy>
</virtualRepository>
<virtualRepository>
<key>remote-repos</key>
<type>maven</type>
<includesPattern>**/*</includesPattern>
<dockerApiVersion>V2</dockerApiVersion>
<forceNugetAuthentication>false</forceNugetAuthentication>
<artifactoryRequestsCanRetrieveRemoteArtifacts>true</artifactoryRequestsCanRetrieveRemoteArtifacts>
<repositories>
<repositoryRef>jcenter</repositoryRef>
</repositories>
<pomRepositoryReferencesCleanupPolicy>discard_active_reference</pomRepositoryReferencesCleanupPolicy>
</virtualRepository>
</virtualRepositories>
<distributionRepositories/>
<proxies/>
<reverseProxies/>
<propertySets/>
<repoLayouts>
<repoLayout>
<name>maven-2-default</name>
<artifactPathPattern>[orgPath]/[module]/[baseRev](-[folderItegRev])/[module]-[baseRev](-[fileItegRev])(-[classifier]).[ext]</artifactPathPattern>
<distinctiveDescriptorPathPattern>true</distinctiveDescriptorPathPattern>
<descriptorPathPattern>[orgPath]/[module]/[baseRev](-[folderItegRev])/[module]-[baseRev](-[fileItegRev])(-[classifier]).pom</descriptorPathPattern>
<folderIntegrationRevisionRegExp>SNAPSHOT</folderIntegrationRevisionRegExp>
<fileIntegrationRevisionRegExp>SNAPSHOT|(?:(?:[0-9]{8}.[0-9]{6})-(?:[0-9]+))</fileIntegrationRevisionRegExp>
</repoLayout>
<repoLayout>
<name>ivy-default</name>
<artifactPathPattern>[org]/[module]/[baseRev](-[folderItegRev])/[type]s/[module](-[classifier])-[baseRev](-[fileItegRev]).[ext]</artifactPathPattern>
<distinctiveDescriptorPathPattern>true</distinctiveDescriptorPathPattern>
<descriptorPathPattern>[org]/[module]/[baseRev](-[folderItegRev])/[type]s/ivy-[baseRev](-[fileItegRev]).xml</descriptorPathPattern>
<folderIntegrationRevisionRegExp>\d{14}</folderIntegrationRevisionRegExp>
<fileIntegrationRevisionRegExp>\d{14}</fileIntegrationRevisionRegExp>
</repoLayout>
<repoLayout>
<name>gradle-default</name>
<artifactPathPattern>[org]/[module]/[baseRev](-[folderItegRev])/[module]-[baseRev](-[fileItegRev])(-[classifier]).[ext]</artifactPathPattern>
<distinctiveDescriptorPathPattern>true</distinctiveDescriptorPathPattern>
<descriptorPathPattern>[org]/[module]/ivy-[baseRev](-[fileItegRev]).xml</descriptorPathPattern>
<folderIntegrationRevisionRegExp>\d{14}</folderIntegrationRevisionRegExp>
<fileIntegrationRevisionRegExp>\d{14}</fileIntegrationRevisionRegExp>
</repoLayout>
<repoLayout>
<name>maven-1-default</name>
<artifactPathPattern>[org]/[type]s/[module]-[baseRev](-[fileItegRev])(-[classifier]).[ext]</artifactPathPattern>
<distinctiveDescriptorPathPattern>true</distinctiveDescriptorPathPattern>
<descriptorPathPattern>[org]/[type]s/[module]-[baseRev](-[fileItegRev]).pom</descriptorPathPattern>
<folderIntegrationRevisionRegExp>.+</folderIntegrationRevisionRegExp>
<fileIntegrationRevisionRegExp>.+</fileIntegrationRevisionRegExp>
</repoLayout>
<repoLayout>
<name>nuget-default</name>
<artifactPathPattern>[orgPath]/[module]/[module].[baseRev](-[fileItegRev]).nupkg</artifactPathPattern>
<distinctiveDescriptorPathPattern>false</distinctiveDescriptorPathPattern>
<folderIntegrationRevisionRegExp>.*</folderIntegrationRevisionRegExp>
<fileIntegrationRevisionRegExp>.*</fileIntegrationRevisionRegExp>
</repoLayout>
<repoLayout>
<name>npm-default</name>
<artifactPathPattern>[orgPath]/[module]/[module]-[baseRev](-[fileItegRev]).tgz</artifactPathPattern>
<distinctiveDescriptorPathPattern>false</distinctiveDescriptorPathPattern>
<folderIntegrationRevisionRegExp>.*</folderIntegrationRevisionRegExp>
<fileIntegrationRevisionRegExp>.*</fileIntegrationRevisionRegExp>
</repoLayout>
<repoLayout>
<name>bower-default</name>
<artifactPathPattern>[orgPath]/[module]/[module]-[baseRev](-[fileItegRev]).[ext]</artifactPathPattern>
<distinctiveDescriptorPathPattern>false</distinctiveDescriptorPathPattern>
<folderIntegrationRevisionRegExp>.*</folderIntegrationRevisionRegExp>
<fileIntegrationRevisionRegExp>.*</fileIntegrationRevisionRegExp>
</repoLayout>
<repoLayout>
<name>vcs-default</name>
<artifactPathPattern>[orgPath]/[module]/[refs&lt;tags|branches&gt;]/[baseRev]/[module]-[baseRev](-[fileItegRev])(-[classifier]).[ext]</artifactPathPattern>
<distinctiveDescriptorPathPattern>false</distinctiveDescriptorPathPattern>
<folderIntegrationRevisionRegExp>.*</folderIntegrationRevisionRegExp>
<fileIntegrationRevisionRegExp>[a-zA-Z0-9]{40}</fileIntegrationRevisionRegExp>
</repoLayout>
<repoLayout>
<name>sbt-default</name>
<artifactPathPattern>[org]/[module]/(scala_[scalaVersion&lt;.+&gt;])/(sbt_[sbtVersion&lt;.+&gt;])/[baseRev]/[type]s/[module](-[classifier]).[ext]</artifactPathPattern>
<distinctiveDescriptorPathPattern>true</distinctiveDescriptorPathPattern>
<descriptorPathPattern>[org]/[module]/(scala_[scalaVersion&lt;.+&gt;])/(sbt_[sbtVersion&lt;.+&gt;])/[baseRev]/[type]s/ivy.xml</descriptorPathPattern>
<folderIntegrationRevisionRegExp>\d{14}</folderIntegrationRevisionRegExp>
<fileIntegrationRevisionRegExp>\d{14}</fileIntegrationRevisionRegExp>
</repoLayout>
<repoLayout>
<name>simple-default</name>
<artifactPathPattern>[orgPath]/[module]/[module]-[baseRev].[ext]</artifactPathPattern>
<distinctiveDescriptorPathPattern>false</distinctiveDescriptorPathPattern>
<folderIntegrationRevisionRegExp>.*</folderIntegrationRevisionRegExp>
<fileIntegrationRevisionRegExp>.*</fileIntegrationRevisionRegExp>
</repoLayout>
<repoLayout>
<name>composer-default</name>
<artifactPathPattern>[orgPath]/[module]/[module]-[baseRev](-[fileItegRev]).[ext]</artifactPathPattern>
<distinctiveDescriptorPathPattern>false</distinctiveDescriptorPathPattern>
<folderIntegrationRevisionRegExp>.*</folderIntegrationRevisionRegExp>
<fileIntegrationRevisionRegExp>.*</fileIntegrationRevisionRegExp>
</repoLayout>
</repoLayouts>
<remoteReplications/>
<localReplications/>
<gcConfig>
<cronExp>0 0 /4 * * ?</cronExp>
</gcConfig>
<cleanupConfig>
<cronExp>0 12 5 * * ?</cronExp>
</cleanupConfig>
<virtualCacheCleanupConfig>
<cronExp>0 12 0 * * ?</cronExp>
</virtualCacheCleanupConfig>
<folderDownloadConfig>
<enabled>false</enabled>
<maxDownloadSizeMb>1024</maxDownloadSizeMb>
<maxFiles>5000</maxFiles>
<maxConcurrentRequests>10</maxConcurrentRequests>
</folderDownloadConfig>
<trashcanConfig>
<enabled>true</enabled>
<allowPermDeletes>false</allowPermDeletes>
<retentionPeriodDays>14</retentionPeriodDays>
</trashcanConfig>
<replicationsConfig>
<blockPushReplications>false</blockPushReplications>
<blockPullReplications>false</blockPullReplications>
</replicationsConfig>
<bintrayApplications/>
<sumoLogicConfig>
<enabled>false</enabled>
</sumoLogicConfig>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment