Tsuyoshi OZAWA created HADOOP-9279: -------------------------------------- Summary: Compile failure when hadoop-maven-plugins doesn't exist in local repository Key: HADOOP-9279 URL: https://issues.apache.org/jira/browse/HADOOP-9279 Project: Hadoop Common Issue Type: Bug Environment: hadoop-maven-plugins-3.0.0-SNAPSHOT.jar doesn't exist in local repository or at maven central repository. Reporter: Tsuyoshi OZAWA
In current hadoop-trunk, compile fails when hadoop-maven-plugins-3.0.0-SNAPSHOT.jar doesn't exist in local repository or at maven central repository. The affected components are: ./hadoop-common-project/hadoop-common/pom.xml ./hadoop-maven-plugins/pom.xml ./hadoop-project/pom.xml ./hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml {quote} [ERROR] Plugin org.apache.hadoop.maven.plugin:hadoop-maven-plugins:1.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.hadoop.maven.plugin:hadoop-maven-plugins:jar:1.0: Could not find artifact org.apache.hadoop.maven.plugin:hadoop-maven-plugins:pom:1.0 in central (http://repo.maven.apache.org/maven2) -> [Help 1] {/quote} This can be avoidable if hadoop-maven-plugins is installed before packaging. This is undocumented, so this should get documented. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira