1 changed files with 35 additions and 0 deletions
@ -0,0 +1,35 @@ |
|||||||
|
<?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> |
||||||
Loading…
Reference in new issue