| <?xml version="1.0"?> |
| <!-- |
| |
| Copyright (c) 2012, 2021 Oracle and/or its affiliates. All rights reserved. |
| |
| This program and the accompanying materials are made available under the |
| terms of the Eclipse Distribution License v. 1.0, which is available at |
| http://www.eclipse.org/org/documents/edl-v10.php. |
| |
| SPDX-License-Identifier: BSD-3-Clause |
| |
| --> |
| |
| <settings> |
| <profiles> |
| <profile> |
| <id>it-repo</id> |
| <activation> |
| <activeByDefault>true</activeByDefault> |
| </activation> |
| <repositories> |
| <repository> |
| <id>local.central</id> |
| <url>@localRepositoryUrl@</url> |
| <releases> |
| <enabled>true</enabled> |
| </releases> |
| <snapshots> |
| <enabled>true</enabled> |
| </snapshots> |
| </repository> |
| <repository> |
| <id>jakarta-sonatype-nexus</id> |
| <url>https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| <layout>default</layout> |
| </repository> |
| <repository> |
| <id>jakarta-sonatype-nexus-staging</id> |
| <url>https://jakarta.oss.sonatype.org/content/repositories/staging/</url> |
| <layout>default</layout> |
| </repository> |
| </repositories> |
| <pluginRepositories> |
| <pluginRepository> |
| <id>local.central</id> |
| <url>@localRepositoryUrl@</url> |
| <releases> |
| <enabled>true</enabled> |
| </releases> |
| <snapshots> |
| <enabled>true</enabled> |
| </snapshots> |
| </pluginRepository> |
| <pluginRepository> |
| <id>jakarta-sonatype-nexus-plugins</id> |
| <url>https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| <layout>default</layout> |
| </pluginRepository> |
| <pluginRepository> |
| <id>jakarta-sonatype-nexus-staging-plugins</id> |
| <url>https://jakarta.oss.sonatype.org/content/repositories/staging/</url> |
| <layout>default</layout> |
| </pluginRepository> |
| </pluginRepositories> |
| </profile> |
| </profiles> |
| </settings> |