On 10/24/06, Trygve Laugstøl <[EMAIL PROTECTED]> wrote:
Jerome Lacoste wrote:
> 72h gone by, no -1 and enough +1 from committers.
>
> released...
>
>
> BTW I encounter the funny following mvn release:perform 'issue':
>
>> mvn release:perform
>
> [...]
> java.util.MissingResourceException: Can't find bundle for base
> name plugin-report, locale es_BO
> at
>
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:836)
>
> at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:805)
> at java.util.ResourceBundle.getBundle(ResourceBundle.java:699)
> at
> org.apache.maven.plugin.plugin.PluginReport.getBundle(PluginReport.java:200)
>
> at
> org.apache.maven.plugin.plugin.PluginReport.getName(PluginReport.java:169)
> at
>
org.apache.maven.plugins.site.ReportComparator.compare(ReportComparator.java:40)
>
> at java.util.Arrays.mergeSort(Arrays.java:1284)
> at java.util.Arrays.mergeSort(Arrays.java:1295)
> at java.util.Arrays.sort(Arrays.java:1223)
> at java.util.Collections.sort(Collections.java:159)
> at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:240)
> [...]
>
>> echo $LANG
>
> es_BO.UTF-8
>
> WDYT ? Worth opening an issue ?
I would say so.
My understanding of the issue is that the problem lies in the mojo
project where the default locale for the site plugin (en) is not
specified. It is not a site plugin issue.
Anyone else disagree ?
Hence we need something like:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<locales>en</locales>
</configuration>
</plugin>
In the root pom.
Cheers,
Jerome
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email