GitHub user JunHe77 opened a pull request:
https://github.com/apache/bigtop/pull/378
BIGTOP-3061: Fix ClassNotFound issue for crunch build
Crunch build failed due to "ClassNotFound" in doxia.
This is caused by maven-project-info-reports-plugin updated to 3.0.0, and
rely
on doxia-site-renderer 1.8 (which has
org.apache.maven.doxia.siterenderer.DocumentContent
this class), but maven-site-plugin:3.3 rely on doxia-site-renderer:1.4
(which
don't have org.apache.maven.doxia.siterenderer.DocumentContent)
Upgrade maven-site-plugin can resolve this.
Change-Id: I3c2a2bf717fa070b61b4c1788a52874361910dbc
Signed-off-by: Jun He <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JunHe77/bigtop BIGTOP-3061
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bigtop/pull/378.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #378
----
commit 6cd7631f6637bb7562bb2b85c14a5d617efe24bb
Author: Jun He <jun.he@...>
Date: 2018-08-08T04:51:49Z
BIGTOP-3061: Fix ClassNotFound issue for crunch build
Crunch build failed due to "ClassNotFound" in doxia.
This is caused by maven-project-info-reports-plugin updated to 3.0.0, and
rely
on doxia-site-renderer 1.8 (which has
org.apache.maven.doxia.siterenderer.DocumentContent
this class), but maven-site-plugin:3.3 rely on doxia-site-renderer:1.4
(which
don't have org.apache.maven.doxia.siterenderer.DocumentContent)
Upgrade maven-site-plugin can resolve this.
Change-Id: I3c2a2bf717fa070b61b4c1788a52874361910dbc
Signed-off-by: Jun He <[email protected]>
----
---