The daily build & deploy commands from EP03 — each with what it does and when to run it. Copy the one you need, or download the whole sheet. Author = port 4502 · Publish = port 4503.
mvn clean install
mvn clean install -PautoInstallPackage
mvn clean install -PautoInstallPackagePublish
mvn clean install -PautoInstallBundle '-Daem.port=4504'
mvn clean install -PautoInstallSinglePackage
cd core && mvn clean install -PautoInstallBundle
cd ui.apps && mvn clean install -PautoInstallPackage
localhost:4502/crx/packmgr
localhost:4502/sites.html
localhost:4502/system/console/bundles
Assumes the standard archetype layout: core · ui.frontend · ui.apps · ui.content · ui.config · dispatcher · all. Not affiliated with Adobe Inc.