|
|
@@ -5,7 +5,7 @@ |
|
|
# Repository id used in Maven repository configuration |
|
|
# Repository id used in Maven repository configuration |
|
|
id: reposilite-repository |
|
|
id: reposilite-repository |
|
|
# Repository title |
|
|
# Repository title |
|
|
title: Maven Mirror |
|
|
|
|
|
|
|
|
title: Maven Mirror |
|
|
# Repository description |
|
|
# Repository description |
|
|
description: Maven Mirror |
|
|
description: Maven Mirror |
|
|
# Link to organization's website |
|
|
# Link to organization's website |
|
|
@@ -32,24 +32,10 @@ repositories { |
|
|
storageProvider: fs --quota 100% |
|
|
storageProvider: fs --quota 100% |
|
|
proxied: [ |
|
|
proxied: [ |
|
|
https://repo.maven.apache.org/maven2 --store --connectTimeout=3 --readTimeout=15 |
|
|
https://repo.maven.apache.org/maven2 --store --connectTimeout=3 --readTimeout=15 |
|
|
] |
|
|
|
|
|
} |
|
|
|
|
|
snapshots { |
|
|
|
|
|
visibility: PUBLIC |
|
|
|
|
|
redeployment: false |
|
|
|
|
|
preserved: -1 |
|
|
|
|
|
storageProvider: fs --quota 100% |
|
|
|
|
|
proxied: [ |
|
|
|
|
|
|
|
|
https://repo1.maven.org/maven2 --store --connectTimeout=3 --readTimeout=15 |
|
|
https://oss.sonatype.org/content/repositories/snapshots --store --connectTimeout=3 --readTimeout=15 |
|
|
https://oss.sonatype.org/content/repositories/snapshots --store --connectTimeout=3 --readTimeout=15 |
|
|
] |
|
|
|
|
|
} |
|
|
|
|
|
confluent { |
|
|
|
|
|
visibility: PUBLIC |
|
|
|
|
|
redeployment: false |
|
|
|
|
|
preserved: -1 |
|
|
|
|
|
storageProvider: fs --quota 100% |
|
|
|
|
|
proxied: [ |
|
|
|
|
|
https://packages.confluent.io/maven/ --store --connectTimeout=3 --readTimeout=15 |
|
|
https://packages.confluent.io/maven/ --store --connectTimeout=3 --readTimeout=15 |
|
|
|
|
|
https://plugins.gradle.org/m2/ --store --connectTimeout=3 --readTimeout=15 |
|
|
] |
|
|
] |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|