Deploy repository configuration
This commit is contained in:
parent
a171483b52
commit
fe24db40af
@ -56,14 +56,6 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<distributionManagement>
|
|
||||||
<repository>
|
|
||||||
<id>jk-5-maven</id>
|
|
||||||
<name>jk-5's maven server</name>
|
|
||||||
<url>sftp://10.2.1.2/opt/maven</url>
|
|
||||||
</repository>
|
|
||||||
</distributionManagement>
|
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<extensions>
|
<extensions>
|
||||||
<extension>
|
<extension>
|
||||||
|
|||||||
8
pom.xml
8
pom.xml
@ -876,6 +876,14 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>thingsboard-repo-deploy</id>
|
||||||
|
<name>ThingsBoard Repo Deployment</name>
|
||||||
|
<url>https://repo.thingsboard.io/artifactory/libs-release-public</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>central</id>
|
<id>central</id>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user