avatar
build AEM bundle and package AEM

» Build on Author Instance

mvn -PautoInstallPackage -Padobe-public clean install
or
mvn -PautoInstallPackage -Padobe-public -DskipTests clean install

» Build on Publish Instance

Or to deploy it to a publish instance, run
    mvn clean install -PautoInstallSinglePackagePublish
Or alternatively
    mvn clean install -PautoInstallSinglePackage -Daem.port=4503
24
You need to login to do this manipulation!