Repository: crunch
Updated Branches:
  refs/heads/master 1b2c058c4 -> 51d9443f5


CRUNCH-671: Failed to generate reports using "mvn site"

Crunch build failed due to "ClassNotFound" in doxia.
This is caused by maven-project-info-reports-plugin updated to 3.0.0, depends on
doxia-site-renderer 1.8 (which has 
org.apache.maven.doxia.siterenderer.DocumentContent
this class), while maven-site-plugin:3.3 depends on doxia-site-renderer:1.4 
(which
doesn't have org.apache.maven.doxia.siterenderer.DocumentContent)
Specify maven-site-plugin to 3.7 can resolve this.

Signed-off-by: Jun He <[email protected]>
Signed-off-by: Josh Wills <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/crunch/repo
Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/51d9443f
Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/51d9443f
Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/51d9443f

Branch: refs/heads/master
Commit: 51d9443f5be3d67588e4c3a974f71ea02158d39e
Parents: 1b2c058
Author: Jun He <[email protected]>
Authored: Thu Aug 9 05:49:09 2018 +0000
Committer: Josh Wills <[email protected]>
Committed: Mon Aug 13 13:32:22 2018 -0700

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/crunch/blob/51d9443f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e3b6d8d..11b87fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -839,6 +839,11 @@ under the License.
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>3.7.1</version>
+      </plugin>
       </plugins>
     </pluginManagement>
   </build>

Reply via email to