Polish usage of settings.xml to configure repository
See gh-12293
This commit is contained in:
@@ -5,14 +5,12 @@
|
||||
<profile>
|
||||
<id>repository</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>repository</name>
|
||||
</property>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>repository</id>
|
||||
<url>${repository}</url>
|
||||
<url>{{repository}}</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
@@ -21,7 +19,7 @@
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>repository</id>
|
||||
<url>${repository}</url>
|
||||
<url>{{repository}}</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
|
||||
Reference in New Issue
Block a user