Skip to content

Commit

Permalink
Add i18n-maven-plugin dependency (openhab#11648)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
wborn authored and andan67 committed Nov 5, 2022
1 parent 58276f2 commit 3c13a28
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,12 @@ Import-Package: \\
</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>
Expand All @@ -541,6 +547,7 @@ Import-Package: \\
</execution>
</executions>
</plugin>

<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
Expand Down

0 comments on commit 3c13a28

Please sign in to comment.