Hi, I am tring to build document with  maven-site-plugin. I am using maven
2.0.2
The documents of maven says that if I want to build a fr verion, what I need
is a fr directory, site_fr.xml, and add "fr" to the <locales> of pom
Yes, it works.
But I tried other locales like cn ja de, and none works(I havn't write a
site_cn.xml, I just copy from the en version), the stack looks like:
java.util.MissingResourceException: Can't find bundle for base name
site-plugin,
 locale de
        at org.codehaus.plexus.i18n.DefaultI18N.cacheBundle(DefaultI18N.java
:390
)
        at org.codehaus.plexus.i18n.DefaultI18N.getBundle(DefaultI18N.java
:153)
        at org.apache.maven.plugins.site.SiteMojo.initLocalesList(
SiteMojo.java:
482)
        at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:244)
what have I done wrong?
Thanks!

Reply via email to