[ 
https://issues.apache.org/jira/browse/ATLAS-2226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16218422#comment-16218422
 ] 

Nigel Jones commented on ATLAS-2226:
------------------------------------

Created a maven 3.5.2 brew repo:

brew upgrade planetf1/extras/maven
(github)

Rebuilt with maven 3.5.2
Same result.

> ATLAS build fails (20171025) - macos
> ------------------------------------
>
>                 Key: ATLAS-2226
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2226
>             Project: Atlas
>          Issue Type: Bug
>            Reporter: Nigel Jones
>
> I refreshed my build environment today, and noted that atlas fails to build 
> (for embedded hbase/solr). I took a fresh git clone to confirm. JDK was 
> updated to the 152 fix level (java 8) a few days ago. Maven is at 3.5 for me 
> and may need to be updated.
> 11:51 $ git clone git://git.apache.org/atlas.git atlas2
> Cloning into 'atlas2'...
> remote: Counting objects: 55084, done.
> remote: Compressing objects: 100% (18742/18742), done.
> remote: Total 55084 (delta 24065), reused 49458 (delta 21532)
> Receiving objects: 100% (55084/55084), 33.37 MiB | 7.29 MiB/s, done.
> Resolving deltas: 100% (24065/24065), done.
> ✔ ~/src 
> 11:51 $ cd atlas2
> ✔ ~/src/atlas2 [master|✔] 
> 11:51 $ mvn clean package -Pdist,external-hbase-solr 2>&1 ~ tee 
> ../20171025a.log
> [INFO] Scanning for projects...
> [WARNING] The project org.apache.atlas:apache-atlas:pom:1.0.0-SNAPSHOT uses 
> prerequisites which is only intended for maven-plugin projects but not for 
> non maven-plugin projects. For such purposes you should use the 
> maven-enforcer-plugin. See 
> https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] Apache Atlas Server Build Tools
> [INFO] apache-atlas
> [INFO] Apache Atlas Integration
> [INFO] Apache Atlas Common
> [INFO] Apache Atlas Typesystem
> [INFO] Apache Atlas Client
> [INFO] atlas-client-common
> [INFO] atlas-client-v1
> [INFO] Apache Atlas Server API
> [INFO] Apache Atlas Notification
> [INFO] atlas-client-v2
> [INFO] Apache Atlas Graph Database Projects
> [INFO] Apache Atlas Graph Database API
> [INFO] Graph Database Common Code
> [INFO] Apache Atlas Titan 1.0.0 GraphDB Impl
> [INFO] Shaded version of Apache hbase client
> [INFO] Apache Atlas Titan 0.5.4 Graph DB Impl
> [INFO] Apache Atlas Graph Database Implementation Dependencies
> [INFO] Shaded version of Apache hbase server
> [INFO] Apache Atlas Repository
> [INFO] Apache Atlas Authorization
> [INFO] Apache Atlas UI
> [INFO] Apache Atlas Web Application
> [INFO] Apache Atlas Documentation
> [INFO] Apache Atlas FileSystem Model
> [INFO] Apache Atlas Plugin Classloader
> [INFO] Apache Atlas Hive Bridge Shim
> [INFO] Apache Atlas Hive Bridge
> [INFO] Apache Atlas Falcon Bridge Shim
> [INFO] Apache Atlas Falcon Bridge
> [INFO] Apache Atlas Sqoop Bridge Shim
> [INFO] Apache Atlas Sqoop Bridge
> [INFO] Apache Atlas Storm Bridge Shim
> [INFO] Apache Atlas Storm Bridge
> [INFO] Apache Atlas Hbase Bridge Shim
> [INFO] Apache Atlas Hbase Bridge
> [INFO] Apache Atlas Distribution
> [INFO] 
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building Apache Atlas Server Build Tools 1.0
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] Apache Atlas Server Build Tools .................... FAILURE [  0.002 
> s]
> [INFO] apache-atlas ....................................... SKIPPED
> [INFO] Apache Atlas Integration ........................... SKIPPED
> [INFO] Apache Atlas Common ................................ SKIPPED
> [INFO] Apache Atlas Typesystem ............................ SKIPPED
> [INFO] Apache Atlas Client ................................ SKIPPED
> [INFO] atlas-client-common ................................ SKIPPED
> [INFO] atlas-client-v1 .................................... SKIPPED
> [INFO] Apache Atlas Server API ............................ SKIPPED
> [INFO] Apache Atlas Notification .......................... SKIPPED
> [INFO] atlas-client-v2 .................................... SKIPPED
> [INFO] Apache Atlas Graph Database Projects ............... SKIPPED
> [INFO] Apache Atlas Graph Database API .................... SKIPPED
> [INFO] Graph Database Common Code ......................... SKIPPED
> [INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SKIPPED
> [INFO] Shaded version of Apache hbase client .............. SKIPPED
> [INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SKIPPED
> [INFO] Apache Atlas Graph Database Implementation Dependencies SKIPPED
> [INFO] Shaded version of Apache hbase server .............. SKIPPED
> [INFO] Apache Atlas Repository ............................ SKIPPED
> [INFO] Apache Atlas Authorization ......................... SKIPPED
> [INFO] Apache Atlas UI .................................... SKIPPED
> [INFO] Apache Atlas Web Application ....................... SKIPPED
> [INFO] Apache Atlas Documentation ......................... SKIPPED
> [INFO] Apache Atlas FileSystem Model ...................... SKIPPED
> [INFO] Apache Atlas Plugin Classloader .................... SKIPPED
> [INFO] Apache Atlas Hive Bridge Shim ...................... SKIPPED
> [INFO] Apache Atlas Hive Bridge ........................... SKIPPED
> [INFO] Apache Atlas Falcon Bridge Shim .................... SKIPPED
> [INFO] Apache Atlas Falcon Bridge ......................... SKIPPED
> [INFO] Apache Atlas Sqoop Bridge Shim ..................... SKIPPED
> [INFO] Apache Atlas Sqoop Bridge .......................... SKIPPED
> [INFO] Apache Atlas Storm Bridge Shim ..................... SKIPPED
> [INFO] Apache Atlas Storm Bridge .......................... SKIPPED
> [INFO] Apache Atlas Hbase Bridge Shim ..................... SKIPPED
> [INFO] Apache Atlas Hbase Bridge .......................... SKIPPED
> [INFO] Apache Atlas Distribution .......................... SKIPPED
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 0.978 s
> [INFO] Finished at: 2017-10-25T11:51:43+01:00
> [INFO] Final Memory: 21M/309M
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Unknown lifecycle phase "/Users/jonesn". You must specify a valid 
> lifecycle phase or a goal in the format <plugin-prefix>:<goal> or 
> <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available 
> lifecycle phases are: validate, initialize, generate-sources, 
> process-sources, generate-resources, process-resources, compile, 
> process-classes, generate-test-sources, process-test-sources, 
> generate-test-resources, process-test-resources, test-compile, 
> process-test-classes, test, prepare-package, package, pre-integration-test, 
> integration-test, post-integration-test, verify, install, deploy, pre-clean, 
> clean, post-clean, pre-site, site, post-site, site-deploy. -> [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/LifecyclePhaseNotFoundException
> ✘-1 ~/src/atlas2 [master|✔] 
> 11:51 $ 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to