From: Wouter Born Date: Wed, 1 Dec 2021 17:53:01 +0000 (+0100) Subject: Add i18n-maven-plugin dependency (#11648) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=2f035b53b6ebc71bac437449fe23c5dc5097befd;p=openhab-addons.git 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 --- diff --git a/pom.xml b/pom.xml index d1053e574a..019425708f 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