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 2019/07/01 13:18:51 UTC

[maven-site-plugin] branch master updated (fd563ae -> 42617d0)

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-site-plugin.git.


    from fd563ae  [maven-release-plugin] prepare for next development iteration
     add 42617d0  [MSITE-842] $currentFileName and $alignedFileName are incorrect for Maven Report plugins that use several Sink instances

No new revisions were added by this update.

Summary of changes:
 .../{MSITE-627 => MSITE-842}/invoker.properties    |   6 +-
 src/it/projects/{MSITE-627 => MSITE-842}/pom.xml   |  36 ++++++--
 .../src/it/MSITE-842.html}                         |  13 +--
 .../src/it/another-page.html}                      |  13 +--
 .../twiki.twiki => MSITE-842/src/it/sub/sub.html}  |  13 +--
 .../java/org/apache/maven/plugins/it/MyReport.java | 100 +++++++++++++++++++++
 .../src/site/show-properties.vm}                   |  16 ++--
 src/it/projects/MSITE-842/verify.groovy            |  44 +++++++++
 .../site/render/ReportDocumentRenderer.java        |  68 +++++++++++---
 9 files changed, 267 insertions(+), 42 deletions(-)
 copy src/it/projects/{MSITE-627 => MSITE-842}/invoker.properties (96%)
 copy src/it/projects/{MSITE-627 => MSITE-842}/pom.xml (65%)
 copy src/it/projects/{doxia-formats/src/site/twiki/twiki.twiki => MSITE-842/src/it/MSITE-842.html} (86%)
 copy src/it/projects/{doxia-formats/src/site/twiki/twiki.twiki => MSITE-842/src/it/another-page.html} (85%)
 copy src/it/projects/{doxia-formats/src/site/twiki/twiki.twiki => MSITE-842/src/it/sub/sub.html} (85%)
 create mode 100644 src/it/projects/MSITE-842/src/main/java/org/apache/maven/plugins/it/MyReport.java
 copy src/it/projects/{site-attach-descriptor/src/site/xdoc/index.xml => MSITE-842/src/site/show-properties.vm} (83%)
 create mode 100644 src/it/projects/MSITE-842/verify.groovy