From d484a9882da8e7a5c89353639e955f82fdc94213 Mon Sep 17 00:00:00 2001 From: Brian Hill Date: Sun, 25 Aug 2019 23:03:15 -0400 Subject: [PATCH 1/2] Update example strongbox.yaml --- docs/user-guide/configuration-files/strongbox-yaml.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/user-guide/configuration-files/strongbox-yaml.md b/docs/user-guide/configuration-files/strongbox-yaml.md index a7fd9c3e..9ef482d2 100644 --- a/docs/user-guide/configuration-files/strongbox-yaml.md +++ b/docs/user-guide/configuration-files/strongbox-yaml.md @@ -69,6 +69,8 @@ The following is an example of a `strongbox.yaml` configuration file: repositoryConfiguration: type: Maven 2 indexingEnabled: true + downloadRemoteMavenIndexCronExpression: "0 0 2 * * ?" + rebuildMavenIndexesCronExpression: "0 0 2 * * ?" snapshots: id: snapshots policy: snapshot @@ -80,6 +82,8 @@ The following is an example of a `strongbox.yaml` configuration file: repositoryConfiguration: type: Maven 2 indexingEnabled: true + downloadRemoteMavenIndexCronExpression: "0 0 2 * * ?" + rebuildMavenIndexesCronExpression: "0 0 2 * * ?" storage-common-proxies: id: storage-common-proxies repositories: @@ -97,6 +101,8 @@ The following is an example of a `strongbox.yaml` configuration file: repositoryConfiguration: type: Maven 2 indexingEnabled: true + downloadRemoteMavenIndexCronExpression: "0 0 2 * * ?" + rebuildMavenIndexesCronExpression: "0 0 2 * * ?" carlspring: id: carlspring policy: mixed From dd84988ac9ed22c69f42d392c455682d8988f574 Mon Sep 17 00:00:00 2001 From: Brian Hill Date: Sat, 31 Aug 2019 22:24:50 -0400 Subject: [PATCH 2/2] Adjust attribute names and locations --- .../configuration-files/strongbox-yaml.md | 73 +++++++++++++++++-- 1 file changed, 67 insertions(+), 6 deletions(-) diff --git a/docs/user-guide/configuration-files/strongbox-yaml.md b/docs/user-guide/configuration-files/strongbox-yaml.md index 9ef482d2..cf953f3d 100644 --- a/docs/user-guide/configuration-files/strongbox-yaml.md +++ b/docs/user-guide/configuration-files/strongbox-yaml.md @@ -69,8 +69,7 @@ The following is an example of a `strongbox.yaml` configuration file: repositoryConfiguration: type: Maven 2 indexingEnabled: true - downloadRemoteMavenIndexCronExpression: "0 0 2 * * ?" - rebuildMavenIndexesCronExpression: "0 0 2 * * ?" + cronExpression: "0 0 2 * * ?" snapshots: id: snapshots policy: snapshot @@ -82,8 +81,7 @@ The following is an example of a `strongbox.yaml` configuration file: repositoryConfiguration: type: Maven 2 indexingEnabled: true - downloadRemoteMavenIndexCronExpression: "0 0 2 * * ?" - rebuildMavenIndexesCronExpression: "0 0 2 * * ?" + cronExpression: "0 0 2 * * ?" storage-common-proxies: id: storage-common-proxies repositories: @@ -101,8 +99,7 @@ The following is an example of a `strongbox.yaml` configuration file: repositoryConfiguration: type: Maven 2 indexingEnabled: true - downloadRemoteMavenIndexCronExpression: "0 0 2 * * ?" - rebuildMavenIndexesCronExpression: "0 0 2 * * ?" + cronExpression: "0 0 2 * * ?" carlspring: id: carlspring policy: mixed @@ -114,6 +111,10 @@ The following is an example of a `strongbox.yaml` configuration file: downloadRemoteIndexes: true autoBlocking: true checksumValidation: true + repositoryConfiguration: + type: Maven 2 + indexingEnabled: true + cronExpression: "0 0 2 * * ?" apache-snapshots: id: apache-snapshots policy: snapshot @@ -125,6 +126,10 @@ The following is an example of a `strongbox.yaml` configuration file: downloadRemoteIndexes: true autoBlocking: true checksumValidation: true + repositoryConfiguration: + type: Maven 2 + indexingEnabled: true + cronExpression: "0 0 2 * * ?" jboss-public-releases: id: jboss-public-releases policy: release @@ -136,6 +141,10 @@ The following is an example of a `strongbox.yaml` configuration file: downloadRemoteIndexes: true autoBlocking: true checksumValidation: true + repositoryConfiguration: + type: Maven 2 + indexingEnabled: true + cronExpression: "0 0 2 * * ?" maven-oracle: id: maven-oracle policy: release @@ -148,6 +157,10 @@ The following is an example of a `strongbox.yaml` configuration file: autoBlocking: true checksumValidation: true allowsDirectoryBrowsing: false + repositoryConfiguration: + type: Maven 2 + indexingEnabled: true + cronExpression: "0 0 2 * * ?" group-common-proxies: id: group-common-proxies policy: release @@ -160,6 +173,10 @@ The following is an example of a `strongbox.yaml` configuration file: - maven-central - apache-snapshots - jboss-public-releases + repositoryConfiguration: + type: Maven 2 + indexingEnabled: true + cronExpression: "0 0 2 * * ?" nuget.org: id: nuget.org policy: release @@ -185,6 +202,10 @@ The following is an example of a `strongbox.yaml` configuration file: downloadRemoteIndexes: true autoBlocking: true checksumValidation: true + repositoryConfiguration: + type: Maven 2 + indexingEnabled: true + cronExpression: "0 0 2 * * ?" springsource-releases: id: springsource-releases policy: release @@ -196,6 +217,10 @@ The following is an example of a `strongbox.yaml` configuration file: downloadRemoteIndexes: true autoBlocking: true checksumValidation: true + repositoryConfiguration: + type: Maven 2 + indexingEnabled: true + cronExpression: "0 0 2 * * ?" springsource-milestones: id: springsource-milestones policy: release @@ -207,6 +232,10 @@ The following is an example of a `strongbox.yaml` configuration file: downloadRemoteIndexes: true autoBlocking: true checksumValidation: true + repositoryConfiguration: + type: Maven 2 + indexingEnabled: true + cronExpression: "0 0 2 * * ?" springsource-proxies: id: springsource-proxies policy: mixed @@ -218,6 +247,10 @@ The following is an example of a `strongbox.yaml` configuration file: - springsource-snapshots - springsource-releases - springsource-milestones + repositoryConfiguration: + type: Maven 2 + indexingEnabled: true + cronExpression: "0 0 2 * * ?" storage-ivy-proxies: id: storage-ivy-proxies repositories: @@ -232,6 +265,10 @@ The following is an example of a `strongbox.yaml` configuration file: downloadRemoteIndexes: true autoBlocking: true checksumValidation: true + repositoryConfiguration: + type: Maven 2 + indexingEnabled: true + cronExpression: "0 0 2 * * ?" typesafe-ivy-releases: id: typesafe-ivy-releases policy: release @@ -243,6 +280,10 @@ The following is an example of a `strongbox.yaml` configuration file: downloadRemoteIndexes: true autoBlocking: true checksumValidation: true + repositoryConfiguration: + type: Maven 2 + indexingEnabled: true + cronExpression: "0 0 2 * * ?" group-ivy-proxies: id: group-ivy-proxies policy: release @@ -253,6 +294,10 @@ The following is an example of a `strongbox.yaml` configuration file: groupRepositories: - typesafe-releases - typesafe-ivy-releases + repositoryConfiguration: + type: Maven 2 + indexingEnabled: true + cronExpression: "0 0 2 * * ?" storage-sbt-proxies: id: storage-sbt-proxies repositories: @@ -267,6 +312,10 @@ The following is an example of a `strongbox.yaml` configuration file: downloadRemoteIndexes: true autoBlocking: true checksumValidation: true + repositoryConfiguration: + type: Maven 2 + indexingEnabled: true + cronExpression: "0 0 2 * * ?" group-sbt-proxies: id: group-sbt-proxies policy: release @@ -277,6 +326,10 @@ The following is an example of a `strongbox.yaml` configuration file: groupRepositories: - sbt-plugin-releases - storage-ivy-proxies:group-ivy-proxies + repositoryConfiguration: + type: Maven 2 + indexingEnabled: true + cronExpression: "0 0 2 * * ?" storage-third-party: id: storage-third-party repositories: @@ -288,6 +341,10 @@ The following is an example of a `strongbox.yaml` configuration file: type: hosted allowsForceDeletion: true checksumHeadersEnabled: true + repositoryConfiguration: + type: Maven 2 + indexingEnabled: true + cronExpression: "0 0 2 * * ?" nuget-third-party: id: nuget-third-party policy: release @@ -359,6 +416,10 @@ The following is an example of a `strongbox.yaml` configuration file: - storage-ivy-proxies:group-ivy-proxies - storage-sbt-proxies:group-sbt-proxies - storage-third-party:third-party + repositoryConfiguration: + type: Maven 2 + indexingEnabled: true + cronExpression: "0 0 2 * * ?" nuget-group: id: nuget-group policy: mixed