|
234 | 234 | </plugin> |
235 | 235 | </plugins> |
236 | 236 | </reporting> |
| 237 | + |
| 238 | + <profiles> |
| 239 | + <profile> |
| 240 | + <!-- Profile to use Airlock (go/airlock/howto_maven). Disabled by default. --> |
| 241 | + <id>airlock-trusted</id> |
| 242 | + <pluginRepositories> |
| 243 | + <pluginRepository> |
| 244 | + <id>airlock</id> |
| 245 | + <name>Airlock</name> |
| 246 | + <url>artifactregistry://us-maven.pkg.dev/artifact-foundry-prod/maven-3p-trusted</url> |
| 247 | + <layout>default</layout> |
| 248 | + <releases> |
| 249 | + <enabled>true</enabled> |
| 250 | + </releases> |
| 251 | + <snapshots> |
| 252 | + <enabled>true</enabled> |
| 253 | + </snapshots> |
| 254 | + </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> |
| 281 | + <pluginRepository> |
| 282 | + <id>rso-public-grid</id> |
| 283 | + <!-- Disable default sonatype public grid --> |
| 284 | + <name>Maven Central Sonatype repository</name> |
| 285 | + <url>https://repository.sonatype.org/content/groups/sonatype-public-grid</url> |
| 286 | + <layout>default</layout> |
| 287 | + <releases> |
| 288 | + <enabled>false</enabled> |
| 289 | + </releases> |
| 290 | + <snapshots> |
| 291 | + <enabled>false</enabled> |
| 292 | + </snapshots> |
| 293 | + </pluginRepository> |
| 294 | + </pluginRepositories> |
| 295 | + <repositories> |
| 296 | + <repository> |
| 297 | + <id>airlock</id> |
| 298 | + <name>Airlock</name> |
| 299 | + <url>artifactregistry://us-maven.pkg.dev/artifact-foundry-prod/maven-3p-trusted</url> |
| 300 | + <layout>default</layout> |
| 301 | + <releases> |
| 302 | + <enabled>true</enabled> |
| 303 | + </releases> |
| 304 | + <snapshots> |
| 305 | + <enabled>true</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> |
| 334 | + <repository> |
| 335 | + <id>rso-public-grid</id> |
| 336 | + <!-- Disable default sonatype public grid --> |
| 337 | + <name>Maven Central Sonatype repository</name> |
| 338 | + <url>https://repository.sonatype.org/content/groups/sonatype-public-grid</url> |
| 339 | + <layout>default</layout> |
| 340 | + <releases> |
| 341 | + <enabled>false</enabled> |
| 342 | + </releases> |
| 343 | + <snapshots> |
| 344 | + <enabled>false</enabled> |
| 345 | + </snapshots> |
| 346 | + </repository> |
| 347 | + </repositories> |
| 348 | + </profile> |
| 349 | + </profiles> |
237 | 350 | </project> |
0 commit comments