This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a change to branch maven4-enabled
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
discard 01856fa4 remove missing module
omit 68816277 enable build with Maven 4
add d99596f3 Typos and grammar (#1213)
add 560e937c Configure Wagon from settings.xml (#1233)
add c4e38a0d Remove reference to Maven 2 (#1170)
add a27b283a Throw UOE for unsupported
MultiPageSinkFactory.createSink(...) overloads
add fa863d1f Convert to Guice injection (#218)
add 6e789f96 [MSITE-977] Remove broken links (#211)
add 2406bb2d backport small updates from master
add 824a43a8 enable build with Maven 4
add 8710d7fa remove missing module
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 (01856fa4)
\
N -- N -- N refs/heads/maven4-enabled (8710d7fa)
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 | 15 +++++++-
src/it/projects/MSITE-497/apps/app/pom.xml | 2 +-
.../plugins/site/deploy/AbstractDeployMojo.java | 41 ++++++++++++++++----
.../plugins/site/deploy/SiteStageDeployMojo.java | 2 +-
.../descriptor/AbstractSiteDescriptorMojo.java | 20 +++++-----
.../plugins/site/descriptor/EffectiveSiteMojo.java | 8 ++++
.../site/descriptor/SiteDescriptorAttachMojo.java | 27 +++++++------
.../site/render/AbstractSiteRenderingMojo.java | 26 ++++++++-----
.../site/render/ReportDocumentRenderer.java | 22 +++++------
.../maven/plugins/site/render/SiteJarMojo.java | 44 ++++++++++++++--------
.../apache/maven/plugins/site/render/SiteMojo.java | 15 +++++++-
.../apache/maven/plugins/site/run/SiteRunMojo.java | 13 +++++++
src/site/apt/examples/creating-content.apt.vm | 4 +-
src/site/apt/examples/creatingskins.apt | 10 +----
14 files changed, 171 insertions(+), 78 deletions(-)