This is an automated email from the ASF dual-hosted git repository.
kwin pushed a change to branch feature/attach-site-resources
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
omit 64f6ebe5 [MSITE-911] Add goal to archive and install/deploy site
resources along with the project
add 96c155e5 [MSITE-911] Add goal to archive and install/deploy site
resources along with the project
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 (64f6ebe5)
\
N -- N -- N refs/heads/feature/attach-site-resources (96c155e5)
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:
.../child/pom.xml | 4 +-
.../child/src/site/markdown/test-child.md} | 3 +
.../child/src/site/markdown/test2.md} | 3 +
.../child}/src/site/site.xml | 12 +-
.../invoker.properties | 0
.../pom.xml | 25 +++-
.../src/site/markdown/test.md} | 3 +
.../src/site/markdown/test2.md} | 3 +
.../src/site/site.xml | 11 +-
.../verify.bsh | 0
src/it/projects/site-attach-resources/pom.xml | 8 ++
.../site-attach-resources/src/site/xdoc/index.xml | 28 ----
.../src/site/xdoc/parent.xml} | 4 +-
.../plugins/site/SiteResourcesAttachMojo.java | 3 +-
.../site/render/AbstractSiteRenderingMojo.java | 10 +-
.../apache/maven/plugins/site/render/SiteMojo.java | 1 +
.../plugins/site/render/SiteResourcesResolver.java | 155 +++++++++++++++------
.../apache/maven/plugins/site/run/SiteRunMojo.java | 1 +
18 files changed, 185 insertions(+), 89 deletions(-)
copy src/it/projects/{inheritedReports => inheritedResources}/child/pom.xml
(94%)
copy src/it/projects/{resources/src/site/resources/src-site-resources.txt =>
inheritedResources/child/src/site/markdown/test-child.md} (97%)
copy src/it/projects/{resources/src/site/resources/src-site-resources.txt =>
inheritedResources/child/src/site/markdown/test2.md} (97%)
copy src/it/projects/{effective-site =>
inheritedResources/child}/src/site/site.xml (87%)
copy src/it/projects/{MSITE-484 => inheritedResources}/invoker.properties
(100%)
copy src/it/projects/{inheritedReports => inheritedResources}/pom.xml (69%)
copy src/it/projects/{resources/src/site/resources/src-site-resources.txt =>
inheritedResources/src/site/markdown/test.md} (97%)
copy src/it/projects/{resources/src/site/resources/src-site-resources.txt =>
inheritedResources/src/site/markdown/test2.md} (97%)
copy src/it/projects/{effective-site => inheritedResources}/src/site/site.xml
(91%)
copy src/it/projects/{inheritedReports => inheritedResources}/verify.bsh (100%)
delete mode 100644
src/it/projects/site-attach-resources/src/site/xdoc/index.xml
copy src/it/projects/{MSITE-265/src/site/xdoc/releases/release1.6.xml =>
site-attach-resources/src/site/xdoc/parent.xml} (89%)