|
246 | 246 | <profile> |
247 | 247 | <!-- Profile to use Airlock (go/airlock/howto_maven). Disabled by default. --> |
248 | 248 | <id>airlock-trusted</id> |
| 249 | + <pluginRepositories> |
| 250 | + <pluginRepository> |
| 251 | + <id>airlock</id> |
| 252 | + <name>Airlock</name> |
| 253 | + <url>artifactregistry://us-maven.pkg.dev/artifact-foundry-prod/maven-3p-trusted</url> |
| 254 | + <layout>default</layout> |
| 255 | + <releases> |
| 256 | + <enabled>true</enabled> |
| 257 | + <checksumPolicy>warn</checksumPolicy> |
| 258 | + <updatePolicy>interval:10</updatePolicy> |
| 259 | + </releases> |
| 260 | + <snapshots> |
| 261 | + <enabled>true</enabled> |
| 262 | + <checksumPolicy>warn</checksumPolicy> |
| 263 | + <updatePolicy>interval:10</updatePolicy> |
| 264 | + </snapshots> |
| 265 | + </pluginRepository> |
| 266 | + <pluginRepository> |
| 267 | + <id>central-repo</id> |
| 268 | + <!-- Disable default Maven Central --> |
| 269 | + <name>Maven Central remote repository</name> |
| 270 | + <url>https://repo.maven.apache.org/maven2</url> |
| 271 | + <layout>default</layout> |
| 272 | + <releases> |
| 273 | + <enabled>false</enabled> |
| 274 | + </releases> |
| 275 | + <snapshots> |
| 276 | + <enabled>false</enabled> |
| 277 | + </snapshots> |
| 278 | + </pluginRepository> |
| 279 | + <pluginRepository> |
| 280 | + <id>rso-public-grid</id> |
| 281 | + <!-- Disable default Maven Central --> |
| 282 | + <name>Maven Central Sonatype repository</name> |
| 283 | + <url>http://repository.sonatype.org</url> |
| 284 | + <layout>default</layout> |
| 285 | + <releases> |
| 286 | + <enabled>false</enabled> |
| 287 | + </releases> |
| 288 | + <snapshots> |
| 289 | + <enabled>false</enabled> |
| 290 | + </snapshots> |
| 291 | + </pluginRepository> |
| 292 | + </pluginRepositories> |
249 | 293 | <repositories> |
250 | 294 | <repository> |
251 | 295 | <id>airlock</id> |
|
267 | 311 | <id>central</id> |
268 | 312 | <!-- Disable default Maven Central --> |
269 | 313 | <name>Maven Central remote repository</name> |
270 | | - <url>https://repo1.maven.org/maven2</url> |
| 314 | + <url>https://repo.maven.apache.org/maven2</url> |
| 315 | + <layout>default</layout> |
| 316 | + <releases> |
| 317 | + <enabled>false</enabled> |
| 318 | + </releases> |
| 319 | + <snapshots> |
| 320 | + <enabled>false</enabled> |
| 321 | + </snapshots> |
| 322 | + </repository> |
| 323 | + <repository> |
| 324 | + <id>rso-public-grid</id> |
| 325 | + <!-- Disable default Maven Central --> |
| 326 | + <name>Maven Central Sonatype repository</name> |
| 327 | + <url>http://repository.sonatype.org</url> |
271 | 328 | <layout>default</layout> |
272 | 329 | <releases> |
273 | 330 | <enabled>false</enabled> |
|
0 commit comments