You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Antonio Conte (JIRA)" <ji...@apache.org> on 2014/05/12 23:30:18 UTC

[jira] [Created] (OOZIE-1832) Oozie build error on old maven-project-info-reports-plugin

Antonio Conte created OOZIE-1832:
------------------------------------

             Summary: Oozie build error on old maven-project-info-reports-plugin
                 Key: OOZIE-1832
                 URL: https://issues.apache.org/jira/browse/OOZIE-1832
             Project: Oozie
          Issue Type: Improvement
          Components: build, bundle
    Affects Versions: 4.0.1, 4.0.0
         Environment: Osx 10.9.2 jdk 1.6.0_65-b14462-11M4609
            Reporter: Antonio Conte


during build with 
bin/mkdistro.sh -Dhadoop.version=2.3.0 -DskipTests

build fails on "Apache Oozie Share Lib Distcp"

[INFO] --- maven-project-info-reports-plugin:2.3:dependencies (default) @ oozie-webapp ---
[ERROR] Artifact: org.apache.hadoop:avro:jar:1.3.2 has no file.

to solve please update main pom.xml with 

@line:805

                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-project-info-reports-plugin</artifactId>
                    <version>2.7</version>
                </plugin>




--
This message was sent by Atlassian JIRA
(v6.2#6252)