From 2f035b53b6ebc71bac437449fe23c5dc5097befd Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Wed, 1 Dec 2021 18:53:01 +0100 Subject: [PATCH] Add i18n-maven-plugin dependency (#11648) When the plugin dependency is managed you can also use the plugin without adding GAV parameters to commands. E.g. it allows for using it with: ``` mvn i18n:generate-default-translations ``` Signed-off-by: Wouter Born --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index d1053e574ad..019425708f2 100644 --- a/pom.xml +++ b/pom.xml @@ -520,6 +520,12 @@ Import-Package: \\ + + org.openhab.core.tools + i18n-maven-plugin + ${ohc.version} + + org.openhab.tools.sat sat-plugin @@ -541,6 +547,7 @@ Import-Package: \\ + com.diffplug.spotless spotless-maven-plugin