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

michaelo pushed a change to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git


    omit efd7f9a2 Remove old URLs and Maven versions
     add 2c615e5c auto-link MSITE Jira
     add a27217d1 [MSITE-950] Upgrade to Doxia Sitetools to 2.0.0-M8, Maven 
Reporting API 4.0.0-M6, Maven Reporting Impl/Exec 4.0.0-M7
     add 26802f2f [MSITE-949] Properly populate 
DocumentRenderingContext#generator for ReportDocumentRenderer
     add fcb097d5 [MSITE-951] Don't abuse report's symbolic output name as 
filename
     add 6836dee3 [MSITE-952] MultiPageSinkFactory does not strip output name 
for extension
     add a8e445da [MSITE-954] Introduce SitePluginReportDocumentRenderer marker 
interface
     add 9077556d [MSITE-953] Log statistics about rendered non-Doxia documents
     add 8410a06a [MSITE-955] Improve DoxiaFilter document source log message
     add 1553a188 [MSITE-956] Pass a sub mojo execution to 
CategorySummaryDocumentRenderer
     add ca041959 [MSITE-957] Print generation log message in 
CategorySummaryDocumentRenderer like in ReportDocumentRenderer
     add 39d5e363 [MSITE-958] Rewrite sitemap generator to a rendender
     add aee2c972 [MSITE-959] Incorrect assumption of default locale
     new 0c556eaf Remove old URLs and Maven versions

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (efd7f9a2)
            \
             N -- N -- N   refs/heads/elharo-patch-1 (0c556eaf)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .asf.yaml                                          |   2 +
 pom.xml                                            |   8 +-
 src/it/projects/MSITE-856/verify.bsh               |  35 -----
 src/it/projects/site-sd-lang/pom.xml               |   1 +
 src/it/projects/site-sd-lang/src/site/site.xml     |   1 +
 .../projects/site-sd-lang/src/site/site_de_AT.xml  |   1 +
 .../projects/site-sd-lang/src/site/site_de_DE.xml  |   1 +
 src/it/projects/site-sd-lang/src/site/site_fr.xml  |   1 +
 .../plugins/site/deploy/AbstractDeployMojo.java    |   6 +-
 .../descriptor/AbstractSiteDescriptorMojo.java     |   8 +-
 .../site/render/AbstractSiteRenderingMojo.java     | 102 +++++++++-----
 .../render/CategorySummaryDocumentRenderer.java    |  35 +++--
 .../site/render/ReportDocumentRenderer.java        |   6 +-
 .../apache/maven/plugins/site/render/SiteMojo.java |  69 ++++++---
 .../render/SitePluginReportDocumentRenderer.java}  |  15 +-
 .../{SiteMap.java => SitemapDocumentRenderer.java} | 156 +++++++++++----------
 .../apache/maven/plugins/site/run/DoxiaFilter.java |  16 ++-
 .../apache/maven/plugins/site/run/SiteRunMojo.java |  10 +-
 18 files changed, 259 insertions(+), 214 deletions(-)
 copy src/{it/projects/MSITE-665/src/main/java/my/group/id/App.java => 
main/java/org/apache/maven/plugins/site/render/SitePluginReportDocumentRenderer.java}
 (78%)
 rename src/main/java/org/apache/maven/plugins/site/render/{SiteMap.java => 
SitemapDocumentRenderer.java} (52%)

Reply via email to