1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-KSQL

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
maven-settings.xml 1.8 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
nateab Отправлено 17.02.2022 20:51 c11e9cb
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
https://maven.apache.org/xsd/settings-1.0.0.xsd">
<profiles>
<profile>
<id>release</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>confluent-other</id>
<name>Confluent</name>
<url>https://ksqldb-maven.s3.amazonaws.com/maven/</url>
</repository>
<!-- needed for HTML API doc generation post-release only -->
<repository>
<id>ksqldb-staging</id>
<name>ksqlDB staging</name>
<url>https://staging-ksqldb-maven.s3.amazonaws.com/maven/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>confluent-other</id>
<name>Confluent Plugin Repository</name>
<url>https://ksqldb-maven.s3.amazonaws.com/maven/</url>
<layout>default</layout>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</pluginRepository>
<!-- needed for running benchmarks on unreleased artifacts -->
<pluginRepository>
<id>confluent-staging</id>
<name>Confluent Staging Plugin Repository</name>
<url>https://staging-ksqldb-maven.s3.amazonaws.com/maven/</url>
<layout>default</layout>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
</settings>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-KSQL.git
git@api.gitlife.ru:oschina-mirror/mirrors-KSQL.git
oschina-mirror
mirrors-KSQL
mirrors-KSQL
master