Unknown lifecycle phase maven

前端 未结 5 2139
小蘑菇
小蘑菇 2020-12-09 04:08

I am new to maven and camel.

I tried executing the examples in camel book. And I am getting this error when I run the following command.

Command:

5条回答
  •  一生所求
    2020-12-09 04:48

    I got the error also

    [ERROR] Unknown lifecycle phase "pacakge". You must specify a valid lifecycle phase or a goal in the format : or :[:]:. 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]
    

    you may type wrong command change 'pacakge' to 'package'

提交回复
热议问题