Single maven install for both author and publish AEM
I am trying to install AEM project in Author and Publish by using the below maven command. but it installs only in publish. Is it possible to install in both?
mvn -Daem.host=localhost -Daem.port=4502 -Daem.publish.host=localhost -Daem.publish.port=4503 -PautoInstallPackagePublish,autoInstallPackage clean install