You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/07/02 18:24:52 UTC

[GitHub] [cloudstack] zjohn77 opened a new issue #3460: CloudStack install on Ubuntu 18.04 fails on mvn -P deps

zjohn77 opened a new issue #3460: CloudStack install on Ubuntu 18.04 fails on  mvn -P deps
URL: https://github.com/apache/cloudstack/issues/3460
 
 
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   ##### COMPONENT NAME
   ~~~
   API
   ~~~
   
   ##### CLOUDSTACK VERSION
   ~~~
   4.11.2.0
   ~~~
   
   ##### CONFIGURATION
   NA
   
   
   ##### OS / ENVIRONMENT
   Ubuntu 18.04
   
   
   ##### SUMMARY
   ~~~
   
   I followed the steps described here: http://docs.cloudstack.apache.org/en/latest/installguide/building_from_source.html
   
   The installation process failed on the following command:
    mvn -P deps
   ~~~
   
   ##### STEPS TO REPRODUCE
   ~~~
   
   I followed the steps described here: http://docs.cloudstack.apache.org/en/latest/installguide/building_from_source.html
   
   The installation process failed on the following command:
    mvn -P deps
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   ~~~
   maven dependencies to be set
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   [INFO] Scanning for projects...
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  0.089 s
   [INFO] Finished at: 2019-07-02T18:11:54Z
   [INFO] ------------------------------------------------------------------------
   [WARNING] The requested profile "deps" could not be activated because it does not exist.
   [ERROR] No goals have been specified for this build. 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/NoGoalSpecifiedException
   
   ~~~
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services