|
252 | 252 | <enabled>true</enabled> |
253 | 253 | </snapshots> |
254 | 254 | </pluginRepository> |
255 | | -<!-- <pluginRepository>--> |
256 | | -<!-- <id>central</id>--> |
257 | | -<!-- <!– Disable default Maven Central –>--> |
258 | | -<!-- <name>Maven Central remote repository</name>--> |
259 | | -<!-- <url>https://repo.maven.apache.org/maven2</url>--> |
260 | | -<!-- <layout>default</layout>--> |
261 | | -<!-- <releases>--> |
262 | | -<!-- <enabled>false</enabled>--> |
263 | | -<!-- </releases>--> |
264 | | -<!-- <snapshots>--> |
265 | | -<!-- <enabled>false</enabled>--> |
266 | | -<!-- </snapshots>--> |
267 | | -<!-- </pluginRepository>--> |
| 255 | + <!-- Adding a fallback to airlock 3p staging till all the license verification issues are resolved --> |
| 256 | + <pluginRepository> |
| 257 | + <id>airlock-staging</id> |
| 258 | + <name>Airlock</name> |
| 259 | + <url>artifactregistry://us-maven.pkg.dev/artifact-foundry-prod/ah-3p-staging-maven</url> |
| 260 | + <layout>default</layout> |
| 261 | + <releases> |
| 262 | + <enabled>true</enabled> |
| 263 | + </releases> |
| 264 | + <snapshots> |
| 265 | + <enabled>true</enabled> |
| 266 | + </snapshots> |
| 267 | + </pluginRepository> |
| 268 | + <pluginRepository> |
| 269 | + <id>central</id> |
| 270 | + <!-- Disable default Maven Central --> |
| 271 | + <name>Maven Central remote repository</name> |
| 272 | + <url>https://repo.maven.apache.org/maven2</url> |
| 273 | + <layout>default</layout> |
| 274 | + <releases> |
| 275 | + <enabled>false</enabled> |
| 276 | + </releases> |
| 277 | + <snapshots> |
| 278 | + <enabled>false</enabled> |
| 279 | + </snapshots> |
| 280 | + </pluginRepository> |
268 | 281 | <pluginRepository> |
269 | 282 | <id>rso-public-grid</id> |
270 | 283 | <!-- Disable default sonatype public grid --> |
|
292 | 305 | <enabled>true</enabled> |
293 | 306 | </snapshots> |
294 | 307 | </repository> |
295 | | -<!-- <repository>--> |
296 | | -<!-- <id>central</id>--> |
297 | | -<!-- <!– Disable default Maven Central –>--> |
298 | | -<!-- <name>Maven Central remote repository</name>--> |
299 | | -<!-- <url>https://repo.maven.apache.org/maven2</url>--> |
300 | | -<!-- <layout>default</layout>--> |
301 | | -<!-- <releases>--> |
302 | | -<!-- <enabled>false</enabled>--> |
303 | | -<!-- </releases>--> |
304 | | -<!-- <snapshots>--> |
305 | | -<!-- <enabled>false</enabled>--> |
306 | | -<!-- </snapshots>--> |
307 | | -<!-- </repository>--> |
| 308 | + <!-- Adding a fallback to airlock 3p staging till all the license verification issues are resolved --> |
| 309 | + <repository> |
| 310 | + <id>airlock-staging</id> |
| 311 | + <name>Airlock</name> |
| 312 | + <url>artifactregistry://us-maven.pkg.dev/artifact-foundry-prod/ah-3p-staging-maven</url> |
| 313 | + <layout>default</layout> |
| 314 | + <releases> |
| 315 | + <enabled>true</enabled> |
| 316 | + </releases> |
| 317 | + <snapshots> |
| 318 | + <enabled>true</enabled> |
| 319 | + </snapshots> |
| 320 | + </repository> |
| 321 | + <repository> |
| 322 | + <id>central</id> |
| 323 | + <!-- Disable default Maven Central --> |
| 324 | + <name>Maven Central remote repository</name> |
| 325 | + <url>https://repo.maven.apache.org/maven2</url> |
| 326 | + <layout>default</layout> |
| 327 | + <releases> |
| 328 | + <enabled>false</enabled> |
| 329 | + </releases> |
| 330 | + <snapshots> |
| 331 | + <enabled>false</enabled> |
| 332 | + </snapshots> |
| 333 | + </repository> |
308 | 334 | <repository> |
309 | 335 | <id>rso-public-grid</id> |
310 | 336 | <!-- Disable default sonatype public grid --> |
|
0 commit comments