我想在端口号4502上运行的AEM发布实例的AEM congig管理器中安装捆绑软件
我正在使用以下命令
mvn clean install -PautoInstallBundle -Daem.port=4503
但是我遇到以下错误
[ERROR] Unknown lifecycle phase ".port=4503". 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, proesources, 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]