Adebiy Abdurrahman created OOZIE-2415:
-----------------------------------------
Summary: Build Error for oozie-docs
Key: OOZIE-2415
URL: https://issues.apache.org/jira/browse/OOZIE-2415
Project: Oozie
Issue Type: Improvement
Components: build
Affects Versions: 4.2.0
Environment: Darwin Kernel Version 15.0.0: Sat Sep 19 15:53:46 PDT
2015; root:xnu-3247.10.11~1/RELEASE_X86_64 x86_64
Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9;
2014-02-14T18:37:52+01:00)
Java version: 1.8.0_25, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.11.1", arch: "x86_64", family: "mac"
MacBook Pro (13-inch, Early 2011)
Reporter: Adebiy Abdurrahman
Priority: Minor
Fix For: 4.3.0
Building oozie with the advised command.
bin/mkdistro.sh -DskipTests
[INFO] Apache Oozie Share Lib Hive 2 ..................... SUCCESS [ 8.926 s]
[INFO] Apache Oozie Share Lib Sqoop ...................... SUCCESS [ 2.571 s]
[INFO] Apache Oozie Examples ............................. SUCCESS [ 13.693 s]
[INFO] Apache Oozie Share Lib Spark ...................... SUCCESS [ 20.181 s]
[INFO] Apache Oozie Share Lib ............................ SUCCESS [ 30.188 s]
[INFO] Apache Oozie Docs ................................. FAILURE [ 9.458 s]
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-assembly-plugin:2.2.1:single (default-cli) on
project oozie-distro: Failed to create assembly: Error adding file to archive:
/Users/abd_adebiyi/sw/apache/oozie/oozie-4.2.0/distro/./../client/target/oozie-client-4.2.0-client.tar.gz
isn't a file. -> [Help 1]
[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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :oozie-distro
....
Failure was due to the termination of Codehause services . See more details at
http://www.codehaus.org
The maven pom.xml file needs mohave the repository removed.
i.e
<repository>
<id>Codehaus repository</id>
<url>http://repository.codehaus.org/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)