mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Add Entgra internal nexus repository
Signed-off-by: Pahansith Gunathilake <pahansith@entgra.io>
This commit is contained in:
parent
dd84f40e83
commit
f3e046f3b4
20
pom.xml
20
pom.xml
@ -1437,6 +1437,16 @@
|
||||
</build>
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>internal.nexus</id>
|
||||
<name>Entgra Internal Repository</name>
|
||||
<url>https://nexus-local.entgra.io/repository/maven-public/</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>daily</updatePolicy>
|
||||
<checksumPolicy>ignore</checksumPolicy>
|
||||
</releases>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>wso2.releases</id>
|
||||
<name>WSO2 internal Repository</name>
|
||||
@ -1478,6 +1488,16 @@
|
||||
by default) and nothing else. We had troubles with other repositories in
|
||||
the past. Therefore configuring additional repositories here should be
|
||||
considered very carefully. -->
|
||||
<repository>
|
||||
<id>internal.nexus</id>
|
||||
<name>Entgra Internal Repository</name>
|
||||
<url>https://nexus-local.entgra.io/repository/maven-public/</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>daily</updatePolicy>
|
||||
<checksumPolicy>ignore</checksumPolicy>
|
||||
</releases>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>wso2-nexus</id>
|
||||
<name>WSO2 internal Repository</name>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user