Antonio Conte created OOZIE-1833:
------------------------------------
Summary: Oozie build error on old maven-project-info-reports-plugin
Key: OOZIE-1833
URL: https://issues.apache.org/jira/browse/OOZIE-1833
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)