This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.codehaus.mojo-mrm-maven-plugin-1.5.0 in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
omit c463801c Bump mrm-maven-plugin from 1.4.1 to 1.5.0 add 79de4820 use non-deprecated method add e414d234 [MSITE-920] Remove Maven 2 compat code add 21a5b339 [MSITE-220] site:run mojo will not display Javadoc or JXR report results add 9293e572 [MSITE-921] Populate SiteRenderingContext#getPublishDate() with ${project.build.outputTimestamp} add 476c44f3 [MSITE-927] Upgrade Parent to 39 add d665ecea Bump mrm-maven-plugin from 1.4.1 to 1.5.0 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 (c463801c) \ N -- N -- N refs/heads/dependabot/maven/org.codehaus.mojo-mrm-maven-plugin-1.5.0 (d665ecea) 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. No new revisions were added by this update. Summary of changes: pom.xml | 22 +- src/it/projects/doxia-formats/pom.xml | 1 + .../src/site/apt/velocity-context.apt.vm | 2 +- src/it/projects/effective-site/pom.xml | 2 +- .../pom.xml | 22 +- .../verify.groovy | 6 +- src/it/projects/site-sd-lang/src/site/site.xml | 30 +- src/it/projects/site-sd-lang/src/site/site_fr.xml | 30 +- .../maven/plugins/site/AbstractSiteMojo.java | 31 +- .../plugins/site/deploy/AbstractDeployMojo.java | 601 ++++++++------------- .../plugins/site/deploy/AbstractStagingMojo.java | 28 +- .../maven/plugins/site/deploy/SiteDeployMojo.java | 22 +- .../plugins/site/deploy/SiteStageDeployMojo.java | 119 ++-- .../maven/plugins/site/deploy/SiteStageMojo.java | 83 ++- .../descriptor/AbstractSiteDescriptorMojo.java | 55 +- .../plugins/site/descriptor/EffectiveSiteMojo.java | 139 ++--- .../descriptor/SiteDescriptorArtifactMetadata.java | 72 +-- .../site/descriptor/SiteDescriptorAttachMojo.java | 76 +-- .../site/render/AbstractSiteRenderingMojo.java | 414 +++++++------- .../render/CategorySummaryDocumentRenderer.java | 91 ++-- .../site/render/ReportDocumentRenderer.java | 260 +++------ .../maven/plugins/site/render/SiteJarMojo.java | 107 ++-- .../apache/maven/plugins/site/render/SiteMap.java | 81 +-- .../apache/maven/plugins/site/render/SiteMojo.java | 211 +++----- .../apache/maven/plugins/site/run/DoxiaBean.java | 31 +- .../apache/maven/plugins/site/run/DoxiaFilter.java | 168 +++--- .../apache/maven/plugins/site/run/SiteRunMojo.java | 177 +++--- src/site/apt/usage.apt | 13 + .../site/deploy/AbstractSiteDeployWebDavTest.java | 268 ++++----- .../plugins/site/deploy/AuthAsyncProxyServlet.java | 106 ++-- .../maven/plugins/site/deploy/HttpRequest.java | 24 +- .../site/deploy/SimpleDavServerHandler.java | 99 ++-- .../plugins/site/deploy/SiteDeployMojoTest.java | 25 +- .../plugins/site/deploy/SiteDeployWebDavTest.java | 18 +- .../apache/maven/plugins/site/run/WebXmlTest.java | 122 ++--- .../plugins/site/stubs/SiteMavenProjectStub.java | 52 +- 36 files changed, 1466 insertions(+), 2142 deletions(-) copy src/it/projects/{default-reports-excluded => publishDate}/pom.xml (79%) copy src/it/projects/{default-reports-excluded => publishDate}/verify.groovy (84%)