[
https://issues.apache.org/jira/browse/HADOOP-9245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910584#comment-13910584
]
jay vyas commented on HADOOP-9245:
----------------------------------
I beleive im still seeing this issue.
To reproduce:
1) Clone hadoop-common
2) run mvn clean package
And you'll get something like this:
{noformat}
[WARNING] The POM for org.apache.hadoop:hadoop-maven-plugins:jar:3.0.0-SNAPSHOT
is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Hadoop Annotations ......................... SUCCESS [7.350s]
[INFO] Apache Hadoop MiniKDC ............................. SUCCESS [19.450s]
[INFO] Apache Hadoop Auth ................................ SUCCESS [57.948s]
[INFO] Apache Hadoop Auth Examples ....................... SUCCESS [0.733s]
[INFO] Apache Hadoop Common .............................. FAILURE [0.005s]
[INFO] Apache Hadoop NFS ................................. SKIPPED
[INFO] Apache Hadoop Common Project ...................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:26.276s
[INFO] Finished at: Mon Feb 24 12:59:37 EST 2014
[INFO] Final Memory: 26M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.apache.hadoop:hadoop-maven-plugins:3.0.0-SNAPSHOT or one of
its dependencies could not be resolved: Could not find artifact
org.apache.hadoop:hadoop-maven-plugins:jar:3.0.0-SNAPSHOT -> [Help 1]
[ERROR]
{noformat}
Are we sure this patch fixes it in all cases?
> mvn clean without running mvn install before fails
> --------------------------------------------------
>
> Key: HADOOP-9245
> URL: https://issues.apache.org/jira/browse/HADOOP-9245
> Project: Hadoop Common
> Issue Type: Bug
> Components: build
> Affects Versions: 3.0.0, trunk-win
> Reporter: Karthik Kambatla
> Assignee: Karthik Kambatla
> Fix For: 2.1.0-beta
>
> Attachments: HADOOP-9245.patch
>
>
> HADOOP-8924 introduces plugin dependency on hadoop-maven-plugins in
> hadoop-common and hadoop-yarn-common.
> Calling mvn clean on a fresh m2/repository (missing hadoop-maven-plugins)
> fails due to this dependency.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)