|
3 | 3 | :deployer_name: Nexus2 |
4 | 4 | :deployer_url: pass:[https://s01.oss.sonatype.org/service/local] |
5 | 5 | :deployer_snapshot_url: pass:[https://s01.oss.sonatype.org/content/repositories/snapshots/] |
| 6 | +:deployer_verify_url: pass:[https://repo1.maven.org/maven2/{{path}}/{{filename}}] |
6 | 7 | :default_auth: BASIC |
7 | 8 | :deployer_sys_key: nexus2 |
8 | 9 | :deployer_env_key: NEXUS2 |
@@ -32,6 +33,11 @@ include::partial$deploy/maven/yaml/common-head.adoc[] |
32 | 33 | # icon:exclamation-triangle[] icon:eye-slash[] |
33 | 34 | snapshotUrl: {deployer_snapshot_url} |
34 | 35 |
|
| 36 | + # URL for checking artifacts may be already deployed. |
| 37 | + # Additional template tokens: `groupId`, `artifactId`, `version`, `path`, `filename`. |
| 38 | + # icon:dot-circle[] icon:eye-slash[] |
| 39 | + verifyUrl: '{deployer_verify_url}' |
| 40 | +
|
35 | 41 | # Closes the staging repository. |
36 | 42 | # Defaults to `false`. |
37 | 43 | # icon:dot-circle[] |
@@ -79,9 +85,14 @@ TOML:: |
79 | 85 | ---- |
80 | 86 | include::partial$deploy/maven/toml/common-head.adoc[] |
81 | 87 |
|
82 | | - # URL where the {deployer_name} snapshots are enabled. |
83 | | - # icon:exclamation-triangle[] icon:eye-slash[] |
84 | | - snapshotUrl = "{deployer_snapshot_url}" |
| 88 | + # URL where the {deployer_name} snapshots are enabled. |
| 89 | + # icon:exclamation-triangle[] icon:eye-slash[] |
| 90 | + snapshotUrl = "{deployer_snapshot_url}" |
| 91 | +
|
| 92 | + # URL for checking artifacts may be already deployed. |
| 93 | + # Additional template tokens: `groupId`, `artifactId`, `version`, `path`, `filename`. |
| 94 | + # icon:dot-circle[] icon:eye-slash[] |
| 95 | + verifyUrl: "{deployer_verify_url}" |
85 | 96 |
|
86 | 97 | # Closes the staging repository. |
87 | 98 | # Defaults to `false`. |
@@ -134,6 +145,11 @@ include::partial$deploy/maven/json/common-head.adoc[] |
134 | 145 | // icon:exclamation-triangle[] icon:eye-slash[] |
135 | 146 | "snapshotUrl": "{deployer_snapshot_url}", |
136 | 147 |
|
| 148 | + // URL for checking artifacts may be already deployed. |
| 149 | + // Additional template tokens: `groupId`, `artifactId`, `version`, `path`, `filename`. |
| 150 | + // icon:dot-circle[] icon:eye-slash[] |
| 151 | + "verifyUrl": "{deployer_verify_url}", |
| 152 | +
|
137 | 153 | // Closes the staging repository. |
138 | 154 | // Defaults to `false`. |
139 | 155 | // icon:dot-circle[] |
@@ -188,6 +204,13 @@ include::partial$deploy/maven/maven/common-head.adoc[] |
188 | 204 | --> |
189 | 205 | <snapshotUrl>{deployer_snapshot_url}</snapshotUrl> |
190 | 206 |
|
| 207 | + <!-- |
| 208 | + URL for checking artifacts may be already deployed. |
| 209 | + Additional template tokens: `groupId`, `artifactId`, `version`, `path`, `filename`. |
| 210 | + icon:dot-circle[] icon:eye-slash[] |
| 211 | + --> |
| 212 | + <verifyUrl>{deployer_verify_url}</verifyUrl> |
| 213 | +
|
191 | 214 | <!-- |
192 | 215 | Closes the staging repository. |
193 | 216 | Defaults to `false`. |
@@ -256,6 +279,11 @@ include::partial$deploy/maven/gradle/common-head.adoc[] |
256 | 279 | // icon:exclamation-triangle[] icon:eye-slash[] |
257 | 280 | snapshotUrl = '{deployer_snapshot_url}' |
258 | 281 |
|
| 282 | + // URL for checking artifacts may be already deployed. |
| 283 | + // Additional template tokens: `groupId`, `artifactId`, `version`, `path`, `filename`. |
| 284 | + // icon:dot-circle[] icon:eye-slash[] |
| 285 | + verifyUrl = "{deployer_verify_url}" |
| 286 | +
|
259 | 287 | // Closes the staging repository. |
260 | 288 | // Defaults to `false`. |
261 | 289 | // icon:dot-circle[] |
|
0 commit comments