Skip to content

Commit

Permalink
nexus: add tpolecat bintray repo
Browse files Browse the repository at this point in the history
Because **tut** is not published to Maven Central.

See: tpolecat/tut#210
  • Loading branch information
esamson committed Apr 14, 2018
1 parent 97a43ee commit c2eff73
Showing 1 changed file with 59 additions and 31 deletions.
90 changes: 59 additions & 31 deletions .local/var/nexus/conf/nexus.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
! This is really of no use in $HOME but should go to
! /usr/local/var/nexus/conf/nexus.xml
-->
<nexusConfiguration>
<version>2.8.0</version>
<nexusVersion>2.13.0-01</nexusVersion>
<nexusVersion>2.14.5-02</nexusVersion>
<globalConnectionSettings>
<connectionTimeout>20000</connectionTimeout>
<retrievalRetryCount>3</retrievalRetryCount>
Expand Down Expand Up @@ -191,6 +187,7 @@
<memberRepository>spark-jobserver</memberRepository>
<memberRepository>clojars</memberRepository>
<memberRepository>cloudera</memberRepository>
<memberRepository>tpolecat</memberRepository>
</memberRepositories>
</externalConfiguration>
</repository>
Expand Down Expand Up @@ -562,6 +559,37 @@
</memberRepositories>
</externalConfiguration>
</repository>
<repository>
<id>tpolecat</id>
<name>tpolecat Bintray</name>
<providerRole>org.sonatype.nexus.proxy.repository.Repository</providerRole>
<providerHint>maven2</providerHint>
<localStatus>IN_SERVICE</localStatus>
<notFoundCacheActive>true</notFoundCacheActive>
<notFoundCacheTTL>1440</notFoundCacheTTL>
<userManaged>true</userManaged>
<exposed>true</exposed>
<browseable>true</browseable>
<writePolicy>READ_ONLY</writePolicy>
<indexable>true</indexable>
<searchable>true</searchable>
<localStorage>
<provider>file</provider>
</localStorage>
<remoteStorage>
<url>https://dl.bintray.com/tpolecat/maven/</url>
</remoteStorage>
<externalConfiguration>
<repositoryPolicy>RELEASE</repositoryPolicy>
<checksumPolicy>WARN</checksumPolicy>
<fileTypeValidation>true</fileTypeValidation>
<downloadRemoteIndex>true</downloadRemoteIndex>
<artifactMaxAge>-1</artifactMaxAge>
<metadataMaxAge>1440</metadataMaxAge>
<itemMaxAge>1440</itemMaxAge>
<autoBlockActive>true</autoBlockActive>
</externalConfiguration>
</repository>
</repositories>
<repositoryGrouping>
<pathMappings>
Expand Down Expand Up @@ -654,84 +682,84 @@
</repositoryTargets>
<tasks>
<task>
<id>1</id>
<name>Update All Indexes</name>
<id>2</id>
<name>Publish All Indexes</name>
<enabled>true</enabled>
<type>UpdateIndexTask</type>
<type>PublishIndexesTask</type>
<status>SUBMITTED</status>
<nextRun>1453550400000</nextRun>
<nextRun>1523743200000</nextRun>
<schedule>
<type>daily</type>
<startDate>1449748800000</startDate>
<startDate>1449698400000</startDate>
</schedule>
<properties>
<property>
<key>.name</key>
<value>Update All Indexes</value>
</property>
<property>
<key>resourceStorePath</key>
<value></value>
<value>Publish All Indexes</value>
</property>
<property>
<key>repositoryId</key>
<value>all_repo</value>
</property>
<property>
<key>.id</key>
<value>1</value>
<value>2</value>
</property>
</properties>
</task>
<task>
<id>3</id>
<name>Optimize Indexes</name>
<id>1</id>
<name>Update All Indexes</name>
<enabled>true</enabled>
<type>OptimizeIndexTask</type>
<type>UpdateIndexTask</type>
<status>SUBMITTED</status>
<nextRun>1453492800000</nextRun>
<nextRun>1523707200000</nextRun>
<schedule>
<type>daily</type>
<startDate>1450468800000</startDate>
<startDate>1449748800000</startDate>
</schedule>
<properties>
<property>
<key>.name</key>
<value>Optimize Indexes</value>
<value>Update All Indexes</value>
</property>
<property>
<key>resourceStorePath</key>
<value></value>
</property>
<property>
<key>repositoryId</key>
<value>all_repo</value>
</property>
<property>
<key>.id</key>
<value>3</value>
<value>1</value>
</property>
</properties>
</task>
<task>
<id>2</id>
<name>Publish All Indexes</name>
<id>3</id>
<name>Optimize Indexes</name>
<enabled>true</enabled>
<type>PublishIndexesTask</type>
<type>OptimizeIndexTask</type>
<status>SUBMITTED</status>
<nextRun>1453500000000</nextRun>
<nextRun>1523736000000</nextRun>
<schedule>
<type>daily</type>
<startDate>1449698400000</startDate>
<startDate>1450468800000</startDate>
</schedule>
<properties>
<property>
<key>.name</key>
<value>Publish All Indexes</value>
<value>Optimize Indexes</value>
</property>
<property>
<key>repositoryId</key>
<value>all_repo</value>
</property>
<property>
<key>.id</key>
<value>2</value>
<value>3</value>
</property>
</properties>
</task>
Expand All @@ -740,7 +768,7 @@
<hostname>smtp-host</hostname>
<port>25</port>
<username>smtp-username</username>
<password>{hfhecXJZW8IH1Z1144yrFnUMD4w/uWTJAaiVb1dcX60=}</password>
<password>{VaOAQNphYwUHoU623TUcG6XISkCush5VnZYnXLELfys=}</password>
<systemEmailAddress>[email protected]</systemEmailAddress>
</smtpConfiguration>
<notification />
Expand Down

0 comments on commit c2eff73

Please sign in to comment.