Arpit Agarwal created HADOOP-10273:
--------------------------------------
Summary: Fix 'maven site'
Key: HADOOP-10273
URL: https://issues.apache.org/jira/browse/HADOOP-10273
Project: Hadoop Common
Issue Type: Bug
Components: build
Affects Versions: 3.0.0
Reporter: Arpit Agarwal
'mvn site' is broken - it gives the following error.
{code}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:3.0:site (default-site) on project
hadoop-main: Execution default-site of goal
org.apache.maven.plugins:maven-site-plugin:3.0:site failed: A required class
was missing while executing
org.apache.maven.plugins:maven-site-plugin:3.0:site:
org/sonatype/aether/graph/DependencyFilter
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/AetherClassNotFound
{code}
Looks related to
https://cwiki.apache.org/confluence/display/MAVEN/AetherClassNotFound
Bumping the maven-site-plugin version should fix it.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)