Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Seeking advice on moving AEM web site Multimodule Maven app to continuous intergartion

Avatar

Level 6

Hi,

 

I need to start using continuous integration. So far i have been deploying code using packages. Please could anyone assist me on where to start reading up on AEm and continuous integration.

 

Regards

Clive Stewart

1 Accepted Solution

Avatar

Correct answer by
Employee

you can install via mvn install -PautoInstallPackage

Also via command line you can override properties such as host etc..

View solution in original post

3 Replies

Avatar

Correct answer by
Employee

you can install via mvn install -PautoInstallPackage

Also via command line you can override properties such as host etc..

Avatar

Level 6

Apologies for the late response. I was  ill from when I posted the question and have only returned to functionality today.

Thank you for the advice.

I have one further question about -autoInstallPackage.

How does one configure it to install to a server that requires authentication?

Regards

Clive Stewart

Avatar

Level 2

The login credentials including hostname for your AEM instance will need to exist in your maven build script.