Skip to content

Commit

Permalink
Add i18n-maven-plugin dependency (#2584)
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
```

Related to #2544

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn authored Dec 2, 2021
1 parent bb3224a commit e0544e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,12 @@ Import-Package: \\
</configuration>
</plugin>

<plugin>
<groupId>org.openhab.core.tools</groupId>
<artifactId>i18n-maven-plugin</artifactId>
<version>${project.version}</version>
</plugin>

<plugin>
<groupId>org.openhab.tools.sat</groupId>
<artifactId>sat-plugin</artifactId>
Expand All @@ -562,6 +568,7 @@ Import-Package: \\
</execution>
</executions>
</plugin>

<plugin>
<groupId>com.github.ekryd.sortpom</groupId>
<artifactId>sortpom-maven-plugin</artifactId>
Expand All @@ -584,6 +591,7 @@ Import-Package: \\
</execution>
</executions>
</plugin>

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

0 comments on commit e0544e2

Please sign in to comment.