Mukul Kumar Singh created HDDS-1032: ---------------------------------------
Summary: Package builds are failing with missing org.mockito:mockito-core dependency version Key: HDDS-1032 URL: https://issues.apache.org/jira/browse/HDDS-1032 Project: Hadoop Distributed Data Store Issue Type: Bug Affects Versions: 0.4.0 Reporter: Mukul Kumar Singh Assignee: Mukul Kumar Singh Fix For: 0.4.0 Package builds using "mvn package -Pdist -DskipTests -Dtar -Dmaven.javadoc.skip=true -Phdds" are failing with the following error. {code} [ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] 'dependencies.dependency.version' for org.mockito:mockito-core:jar is missing. @ line 36, column 17 [ERROR] 'dependencies.dependency.version' for org.mockito:mockito-core:jar is missing. @ line 89, column 17 @ [ERROR] The build could not read 2 projects -> [Help 1] [ERROR] [ERROR] The project org.apache.hadoop:hadoop-hdds-server-framework:0.4.0-SNAPSHOT (/Users/msingh/code/apache/ozone/oz_new3/hadoop-hdds/framework/pom.xml) has 1 error [ERROR] 'dependencies.dependency.version' for org.mockito:mockito-core:jar is missing. @ line 36, column 17 [ERROR] [ERROR] The project org.apache.hadoop:hadoop-hdds-server-scm:0.4.0-SNAPSHOT (/Users/msingh/code/apache/ozone/oz_new3/hadoop-hdds/server-scm/pom.xml) has 1 error [ERROR] 'dependencies.dependency.version' for org.mockito:mockito-core:jar is missing. @ line 89, column 17 [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org