Merge branch 'dev' into test
This commit is contained in:
commit
465de35715
2 changed files with 22 additions and 52 deletions
|
|
@ -1,28 +1,13 @@
|
||||||
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
|
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
|
||||||
https://maven.apache.org/xsd/settings-1.0.0.xsd">
|
https://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||||||
<profiles>
|
<mirrors>
|
||||||
<profile>
|
<mirror>
|
||||||
<id>ervu</id>
|
<id>central-mirror</id>
|
||||||
<repositories>
|
<name>rtlabs-public</name>
|
||||||
<repository>
|
<url>https://nexus-dev.pgs.rtlabs.ru/repository/maven-public</url>
|
||||||
<id>rtlabs-public</id>
|
<mirrorOf>*</mirrorOf>
|
||||||
<name>rtlabs-public</name>
|
</mirror>
|
||||||
<url>https://nexus-dev.pgs.rtlabs.ru/repository/maven-public</url>
|
</mirrors>
|
||||||
</repository>
|
</settings>
|
||||||
</repositories>
|
|
||||||
<pluginRepositories>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>rtlabs-public</id>
|
|
||||||
<name>rtlabs-public</name>
|
|
||||||
<url>https://nexus-dev.pgs.rtlabs.ru/repository/maven-public</url>
|
|
||||||
</pluginRepository>
|
|
||||||
</pluginRepositories>
|
|
||||||
</profile>
|
|
||||||
</profiles>
|
|
||||||
|
|
||||||
<activeProfiles>
|
|
||||||
<activeProfile>ervu</activeProfile>
|
|
||||||
</activeProfiles>
|
|
||||||
</settings>
|
|
||||||
|
|
|
||||||
|
|
@ -1,28 +1,13 @@
|
||||||
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
|
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
|
||||||
https://maven.apache.org/xsd/settings-1.0.0.xsd">
|
https://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||||||
<profiles>
|
<mirrors>
|
||||||
<profile>
|
<mirror>
|
||||||
<id>ervu</id>
|
<id>central-mirror</id>
|
||||||
<repositories>
|
<name>rtlabs-public</name>
|
||||||
<repository>
|
<url>http://nexus.gosuslugi.local/content/repositories/central</url>
|
||||||
<id>rtlabs-central</id>
|
<mirrorOf>*</mirrorOf>
|
||||||
<name>rtlabs-central</name>
|
</mirror>
|
||||||
<url>http://nexus.gosuslugi.local/content/repositories/central</url>
|
</mirrors>
|
||||||
</repository>
|
</settings>
|
||||||
</repositories>
|
|
||||||
<pluginRepositories>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>rtlabs-central</id>
|
|
||||||
<name>rtlabs-central</name>
|
|
||||||
<url>http://nexus.gosuslugi.local/content/repositories/central</url>
|
|
||||||
</pluginRepository>
|
|
||||||
</pluginRepositories>
|
|
||||||
</profile>
|
|
||||||
</profiles>
|
|
||||||
|
|
||||||
<activeProfiles>
|
|
||||||
<activeProfile>ervu</activeProfile>
|
|
||||||
</activeProfiles>
|
|
||||||
</settings>
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue