Skip to content

Commit 0a8d0cb

Browse files
committed
[MPLUGIN-472] Use Plexus I18N rather than fiddling with resource bundles directly
1 parent 6ece803 commit 0a8d0cb

File tree

2 files changed

+120
-104
lines changed

2 files changed

+120
-104
lines changed

maven-plugin-report-plugin/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,18 @@
100100
<groupId>org.codehaus.plexus</groupId>
101101
<artifactId>plexus-utils</artifactId>
102102
</dependency>
103+
<!-- Plexus -->
104+
<dependency>
105+
<groupId>org.codehaus.plexus</groupId>
106+
<artifactId>plexus-i18n</artifactId>
107+
<version>1.0-beta-10</version>
108+
<exclusions>
109+
<exclusion>
110+
<groupId>org.codehaus.plexus</groupId>
111+
<artifactId>plexus-component-api</artifactId>
112+
</exclusion>
113+
</exclusions>
114+
</dependency>
103115

104116
<!-- tests -->
105117
<dependency>

0 commit comments

Comments
 (0)