mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
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 <github@maindrain.net>
This commit is contained in:
parent
6e665b3503
commit
2f035b53b6
7
pom.xml
7
pom.xml
@ -520,6 +520,12 @@ Import-Package: \\
|
|||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.openhab.core.tools</groupId>
|
||||||
|
<artifactId>i18n-maven-plugin</artifactId>
|
||||||
|
<version>${ohc.version}</version>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.openhab.tools.sat</groupId>
|
<groupId>org.openhab.tools.sat</groupId>
|
||||||
<artifactId>sat-plugin</artifactId>
|
<artifactId>sat-plugin</artifactId>
|
||||||
@ -541,6 +547,7 @@ Import-Package: \\
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.diffplug.spotless</groupId>
|
<groupId>com.diffplug.spotless</groupId>
|
||||||
<artifactId>spotless-maven-plugin</artifactId>
|
<artifactId>spotless-maven-plugin</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user