[jira] [Commented] (HADOOP-10273) Fix 'mvn site'

2014-02-04 Thread Jing Zhao (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891574#comment-13891574
 ] 

Jing Zhao commented on HADOOP-10273:


+1. Thanks for the fix Arpit! And thanks for the review Akira!

 Fix 'mvn 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, 2.2.0
 Environment: Maven 3.1.x
Reporter: Arpit Agarwal
Assignee: Arpit Agarwal
 Attachments: HADOOP-10273.patch


 'mvn site' fails with
 {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)


[jira] [Commented] (HADOOP-10273) Fix 'mvn site'

2014-02-04 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891676#comment-13891676
 ] 

Hadoop QA commented on HADOOP-10273:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12624980/HADOOP-10273.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 2 
warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in .

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/3538//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/3538//console

This message is automatically generated.

 Fix 'mvn 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, 2.2.0
 Environment: Maven 3.1.x
Reporter: Arpit Agarwal
Assignee: Arpit Agarwal
 Attachments: HADOOP-10273.patch


 'mvn site' fails with
 {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)


[jira] [Commented] (HADOOP-10273) Fix 'mvn site'

2014-01-24 Thread Akira AJISAKA (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13880808#comment-13880808
 ] 

Akira AJISAKA commented on HADOOP-10273:


I reproduced this issue with Maven 3.1.1.
+1, I verified the patch fixes the build break both on trunk and branch-2.

 Fix 'mvn 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, 2.2.0
Reporter: Arpit Agarwal
 Attachments: HADOOP-10273.patch


 'mvn site' fails with
 {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)