@@ -69,6 +69,7 @@ The following is an example of a `strongbox.yaml` configuration file:
6969 repositoryConfiguration:
7070 type: Maven 2
7171 indexingEnabled: true
72+ cronExpression: "0 0 2 * * ?"
7273 snapshots:
7374 id: snapshots
7475 policy: snapshot
@@ -80,6 +81,7 @@ The following is an example of a `strongbox.yaml` configuration file:
8081 repositoryConfiguration:
8182 type: Maven 2
8283 indexingEnabled: true
84+ cronExpression: "0 0 2 * * ?"
8385 storage-common-proxies:
8486 id: storage-common-proxies
8587 repositories:
@@ -97,6 +99,7 @@ The following is an example of a `strongbox.yaml` configuration file:
9799 repositoryConfiguration:
98100 type: Maven 2
99101 indexingEnabled: true
102+ cronExpression: "0 0 2 * * ?"
100103 carlspring:
101104 id: carlspring
102105 policy: mixed
@@ -108,6 +111,10 @@ The following is an example of a `strongbox.yaml` configuration file:
108111 downloadRemoteIndexes: true
109112 autoBlocking: true
110113 checksumValidation: true
114+ repositoryConfiguration:
115+ type: Maven 2
116+ indexingEnabled: true
117+ cronExpression: "0 0 2 * * ?"
111118 apache-snapshots:
112119 id: apache-snapshots
113120 policy: snapshot
@@ -119,6 +126,10 @@ The following is an example of a `strongbox.yaml` configuration file:
119126 downloadRemoteIndexes: true
120127 autoBlocking: true
121128 checksumValidation: true
129+ repositoryConfiguration:
130+ type: Maven 2
131+ indexingEnabled: true
132+ cronExpression: "0 0 2 * * ?"
122133 jboss-public-releases:
123134 id: jboss-public-releases
124135 policy: release
@@ -130,6 +141,10 @@ The following is an example of a `strongbox.yaml` configuration file:
130141 downloadRemoteIndexes: true
131142 autoBlocking: true
132143 checksumValidation: true
144+ repositoryConfiguration:
145+ type: Maven 2
146+ indexingEnabled: true
147+ cronExpression: "0 0 2 * * ?"
133148 maven-oracle:
134149 id: maven-oracle
135150 policy: release
@@ -142,6 +157,10 @@ The following is an example of a `strongbox.yaml` configuration file:
142157 autoBlocking: true
143158 checksumValidation: true
144159 allowsDirectoryBrowsing: false
160+ repositoryConfiguration:
161+ type: Maven 2
162+ indexingEnabled: true
163+ cronExpression: "0 0 2 * * ?"
145164 group-common-proxies:
146165 id: group-common-proxies
147166 policy: release
@@ -154,6 +173,10 @@ The following is an example of a `strongbox.yaml` configuration file:
154173 - maven-central
155174 - apache-snapshots
156175 - jboss-public-releases
176+ repositoryConfiguration:
177+ type: Maven 2
178+ indexingEnabled: true
179+ cronExpression: "0 0 2 * * ?"
157180 nuget.org:
158181 id: nuget.org
159182 policy: release
@@ -179,6 +202,10 @@ The following is an example of a `strongbox.yaml` configuration file:
179202 downloadRemoteIndexes: true
180203 autoBlocking: true
181204 checksumValidation: true
205+ repositoryConfiguration:
206+ type: Maven 2
207+ indexingEnabled: true
208+ cronExpression: "0 0 2 * * ?"
182209 springsource-releases:
183210 id: springsource-releases
184211 policy: release
@@ -190,6 +217,10 @@ The following is an example of a `strongbox.yaml` configuration file:
190217 downloadRemoteIndexes: true
191218 autoBlocking: true
192219 checksumValidation: true
220+ repositoryConfiguration:
221+ type: Maven 2
222+ indexingEnabled: true
223+ cronExpression: "0 0 2 * * ?"
193224 springsource-milestones:
194225 id: springsource-milestones
195226 policy: release
@@ -201,6 +232,10 @@ The following is an example of a `strongbox.yaml` configuration file:
201232 downloadRemoteIndexes: true
202233 autoBlocking: true
203234 checksumValidation: true
235+ repositoryConfiguration:
236+ type: Maven 2
237+ indexingEnabled: true
238+ cronExpression: "0 0 2 * * ?"
204239 springsource-proxies:
205240 id: springsource-proxies
206241 policy: mixed
@@ -212,6 +247,10 @@ The following is an example of a `strongbox.yaml` configuration file:
212247 - springsource-snapshots
213248 - springsource-releases
214249 - springsource-milestones
250+ repositoryConfiguration:
251+ type: Maven 2
252+ indexingEnabled: true
253+ cronExpression: "0 0 2 * * ?"
215254 storage-ivy-proxies:
216255 id: storage-ivy-proxies
217256 repositories:
@@ -226,6 +265,10 @@ The following is an example of a `strongbox.yaml` configuration file:
226265 downloadRemoteIndexes: true
227266 autoBlocking: true
228267 checksumValidation: true
268+ repositoryConfiguration:
269+ type: Maven 2
270+ indexingEnabled: true
271+ cronExpression: "0 0 2 * * ?"
229272 typesafe-ivy-releases:
230273 id: typesafe-ivy-releases
231274 policy: release
@@ -237,6 +280,10 @@ The following is an example of a `strongbox.yaml` configuration file:
237280 downloadRemoteIndexes: true
238281 autoBlocking: true
239282 checksumValidation: true
283+ repositoryConfiguration:
284+ type: Maven 2
285+ indexingEnabled: true
286+ cronExpression: "0 0 2 * * ?"
240287 group-ivy-proxies:
241288 id: group-ivy-proxies
242289 policy: release
@@ -247,6 +294,10 @@ The following is an example of a `strongbox.yaml` configuration file:
247294 groupRepositories:
248295 - typesafe-releases
249296 - typesafe-ivy-releases
297+ repositoryConfiguration:
298+ type: Maven 2
299+ indexingEnabled: true
300+ cronExpression: "0 0 2 * * ?"
250301 storage-sbt-proxies:
251302 id: storage-sbt-proxies
252303 repositories:
@@ -261,6 +312,10 @@ The following is an example of a `strongbox.yaml` configuration file:
261312 downloadRemoteIndexes: true
262313 autoBlocking: true
263314 checksumValidation: true
315+ repositoryConfiguration:
316+ type: Maven 2
317+ indexingEnabled: true
318+ cronExpression: "0 0 2 * * ?"
264319 group-sbt-proxies:
265320 id: group-sbt-proxies
266321 policy: release
@@ -271,6 +326,10 @@ The following is an example of a `strongbox.yaml` configuration file:
271326 groupRepositories:
272327 - sbt-plugin-releases
273328 - storage-ivy-proxies:group-ivy-proxies
329+ repositoryConfiguration:
330+ type: Maven 2
331+ indexingEnabled: true
332+ cronExpression: "0 0 2 * * ?"
274333 storage-third-party:
275334 id: storage-third-party
276335 repositories:
@@ -282,6 +341,10 @@ The following is an example of a `strongbox.yaml` configuration file:
282341 type: hosted
283342 allowsForceDeletion: true
284343 checksumHeadersEnabled: true
344+ repositoryConfiguration:
345+ type: Maven 2
346+ indexingEnabled: true
347+ cronExpression: "0 0 2 * * ?"
285348 nuget-third-party:
286349 id: nuget-third-party
287350 policy: release
@@ -353,6 +416,10 @@ The following is an example of a `strongbox.yaml` configuration file:
353416 - storage-ivy-proxies:group-ivy-proxies
354417 - storage-sbt-proxies:group-sbt-proxies
355418 - storage-third-party:third-party
419+ repositoryConfiguration:
420+ type: Maven 2
421+ indexingEnabled: true
422+ cronExpression: "0 0 2 * * ?"
356423 nuget-group:
357424 id: nuget-group
358425 policy: mixed
0 commit comments