You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/11/26 15:37:59 UTC

[maven-doxia-sitetools] branch master updated (7bb6eb2 -> 54338f4)

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git


    from 7bb6eb2  [DOXIASITETOOLS-277] Upgrade L10N Maven Plugin to 1.0.0
     add 54338f4  [DOXIASITETOOLS-271] Overhaul locale support (make Locale#ROOT instead of Locale#ENGLISH default and use full locale)

No new revisions were added by this update.

Summary of changes:
 .../apache/maven/doxia/tools/DefaultSiteTool.java  | 264 +++++++++++++++------
 .../org/apache/maven/doxia/tools/SiteTool.java     |  27 ++-
 .../org/apache/maven/doxia/tools/SiteToolTest.java |  79 ++++--
 .../full}/pom.xml                                  |   0
 .../full}/src/site/site.xml                        |   2 +-
 .../full/src/site/site_de_DE_BY.xml}               |   2 +-
 .../language}/pom.xml                              |   0
 .../language}/src/site/site.xml                    |   2 +-
 .../language/src/site/site_de.xml}                 |   2 +-
 .../language_country}/pom.xml                      |   0
 .../language_country}/src/site/site.xml            |   0
 .../language_country/src/site/site_de_DE.xml}      |   0
 .../doxia/siterenderer/SiteRenderingContext.java   |   2 +-
 .../siterenderer/DefaultSiteRendererTest.java      |   9 +-
 14 files changed, 268 insertions(+), 121 deletions(-)
 copy doxia-integration-tools/src/test/resources/unit/{site-tool-test => site-tool-locales-test/full}/pom.xml (100%)
 copy doxia-integration-tools/src/test/resources/unit/{site-tool-test => site-tool-locales-test/full}/src/site/site.xml (97%)
 copy doxia-integration-tools/src/test/resources/unit/{site-tool-test/src/site/site.xml => site-tool-locales-test/full/src/site/site_de_DE_BY.xml} (96%)
 copy doxia-integration-tools/src/test/resources/unit/{site-tool-test => site-tool-locales-test/language}/pom.xml (100%)
 copy doxia-integration-tools/src/test/resources/unit/{site-tool-test => site-tool-locales-test/language}/src/site/site.xml (97%)
 copy doxia-integration-tools/src/test/resources/unit/{site-tool-test/src/site/site.xml => site-tool-locales-test/language/src/site/site_de.xml} (97%)
 copy doxia-integration-tools/src/test/resources/unit/{site-tool-test => site-tool-locales-test/language_country}/pom.xml (100%)
 copy doxia-integration-tools/src/test/resources/unit/{site-tool-test => site-tool-locales-test/language_country}/src/site/site.xml (100%)
 copy doxia-integration-tools/src/test/resources/unit/{site-tool-test/src/site/site.xml => site-tool-locales-test/language_country/src/site/site_de_DE.xml} (100%)