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>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.openhab.core.tools</groupId>
+ <artifactId>i18n-maven-plugin</artifactId>
+ <version>${ohc.version}</version>
+ </plugin>
+
<plugin>
<groupId>org.openhab.tools.sat</groupId>
<artifactId>sat-plugin</artifactId>
</execution>
</executions>
</plugin>
+
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>