Hemanth Yamijala created ATLAS-840:
--------------------------------------
Summary: Running mvn package -Pdist,embedded_services fails
Key: ATLAS-840
URL: https://issues.apache.org/jira/browse/ATLAS-840
Project: Atlas
Issue Type: Bug
Reporter: Hemanth Yamijala
Run the above command fails with the following output:
{code}
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ atlas-distro ---
[INFO] Building jar:
/Users/hyamijala/projects/hwx/atlas/src/atlas/distro/target/atlas-distro-0.7-incubating-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] apache-atlas ....................................... SUCCESS [ 1.822 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 8.358 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [ 22.385 s]
[INFO] Apache Atlas Client ................................ SUCCESS [ 3.964 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 3.111 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 3.537 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [ 0.049 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [ 0.457 s]
[INFO] Apache Atlas Titan ................................. SUCCESS [ 12.115 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [ 39.330 s]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 2.858 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 5.461 s]
[INFO] Apache Atlas UI .................................... SUCCESS [ 11.478 s]
[INFO] Apache Atlas Web Application ....................... SUCCESS [ 18.298 s]
[INFO] Apache Atlas Documentation ......................... SUCCESS [ 4.393 s]
[INFO] Apache Atlas FileSystem Model ...................... SUCCESS [ 3.231 s]
[INFO] Apache Atlas Hive Bridge ........................... SUCCESS [ 7.679 s]
[INFO] Apache Atlas Falcon Bridge ......................... SUCCESS [ 3.121 s]
[INFO] Apache Atlas Sqoop Bridge .......................... SUCCESS [ 2.718 s]
[INFO] Apache Atlas Storm Bridge .......................... SUCCESS [ 1.949 s]
[INFO] Apache Atlas Distribution .......................... FAILURE [02:13 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:51 min
[INFO] Finished at: 2016-05-30T14:51:06+05:30
[INFO] Final Memory: 115M/819M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-jar-plugin:2.5:jar (default-jar) on project
atlas-distro: Error assembling JAR: A zip file cannot include itself -> [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 :atlas-distro
{code}
Previously, this used to work fine. I suspect this may be related to ATLAS-823
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)