/
githubmirror
/
arthas
Обзор
Документация
Войти
/
githubmirror
/
arthas
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
arthas-spring-boot-starter/src/it/settings.xml
35 строк
763 B
hengyunabc
arthas-spring-boot-starter add integration test
30 июн 2020, 18:20
30 июн 2020, 18:20
66d9f26
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <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> </repositories> <pluginRepositories> <pluginRepository> <id>local.central</id> <url>@localRepositoryUrl@</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </pluginRepository> </pluginRepositories> </profile> </profiles> </settings>