Separating maven build and install in AEM
Hi all,
I am looking for some way to seperate the local project build and installing the package in AEM.
I am looking for something to break into 2 steps.
The first step
mvn clean install -DskipTests=true
which will prepare the zip files under target folders of ui apps and ui content and the bundle under core.
Then second step
-PautoinstallPackage which can install my zips as well as the bundle to AEM without building it again.
Is it possible to do it like this?
Any help will be appreciated.
Thanks