From 6f2db927328c9bd434868ea048f49b09a5844208 Mon Sep 17 00:00:00 2001 From: Viacheslav Klimov Date: Wed, 6 May 2026 14:33:45 +0300 Subject: [PATCH] Update distribution management to publish to repo.thingsboard.io --- .gitignore | 2 ++ pom.xml | 17 ++++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index df5bbeb71..0c238f501 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,5 @@ # The META-INF directory is generated by the maven-felix-plugin /META-INF + +.claude diff --git a/pom.xml b/pom.xml index b9a202a7e..04c02f797 100644 --- a/pom.xml +++ b/pom.xml @@ -236,15 +236,6 @@ - - org.sonatype.central - central-publishing-maven-plugin - 0.8.0 - true - - central - - @@ -315,4 +306,12 @@ + + + + thingsboard-repo-deploy + ThingsBoard Public Repo + https://repo.thingsboard.io/artifactory/libs-release-public + +