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

hboutemy pushed a change to branch MSHARED-1168
in repository https://gitbox.apache.org/repos/asf/maven-reporting-impl.git


    omit 12dc181  [MSHARED-1168] support markup output
     add 936a3e4  Add TODOs
     add 6172481  [MSHARED-1182] Drop incorrect usage of 
SinkEventAttributeSet#BOXED
     add 9efad53  [MSHARED-1183] Don't pass implied args to 
AbstractMavenReportRenderer#startTable()
     add 81de0c6  [MSHARED-1184] Drop unnecessary use of type attribute with 
JavaScript
     add 4e85175  [MSHARED-1187] Upgrade to Doxia 2.0.0-M5
     add eb6f226  [MSHARED-1188] Upgrade to Maven Reporting API 4.0.0-M4
     add c1f6474  [MSHARED-1189] Upgrade plugins and components in ITs
     add c4b1ad4  [MSHARED-1185] Introduce 
AbstractMavenReportRenderer#verbatimSource()
     add 2e38525  [MSHARED-1194] Upgrade to Doxia Sitetools 2.0.0-M5
     add cdfc652  [MSHARED-1181] Populate SiteRenderingContext#getPublishDate() 
with ${project.build.outputTimestamp}
     add d203209  [MSHARED-480] Use maven-site-plugin's site.xml to use site's 
skin instead of default when run as mojo
     add 166edf2  [MSHARED-1186] Upgrade Parent to 39
     new cf11ede  [MSHARED-1168] support markup output

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   (12dc181)
            \
             N -- N -- N   refs/heads/MSHARED-1168 (cf11ede)

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:
 pom.xml                                            |  18 +-
 src/it/setup-reporting-plugin/pom.xml              |   4 +-
 .../reporting/its/custom/CustomReportRenderer.java |   4 +
 src/it/use-as-direct-mojo/verify.groovy            |  11 +-
 src/it/use-as-site-report/pom.xml                  |   4 +-
 src/it/use-as-site-report/verify.groovy            |  12 +-
 .../maven/reporting/AbstractMavenReport.java       | 347 +++++++------------
 .../reporting/AbstractMavenReportRenderer.java     | 383 +++++++++------------
 .../reporting/AbstractMavenReportRendererTest.java | 113 +++---
 9 files changed, 389 insertions(+), 507 deletions(-)

Reply via email to