Expandir la barra de logros de la comunidad.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.

RESUELTAS

AEM 6.4 beta - com.day.cq.cq-mailer

Avatar

Community Advisor

Hi All

  I am currently testing one of my applications in 6.4 beta version. I am trying to add a correct maven dependency for com.day.cq.cq-mailer .

but seems like the max version vailable for download from adobe repo is 5.6.4 Index of /repositories/public/com/day/cq/cq-mailer

In Felix console the version available is 5.12.4 . How can I get this jar from the repo ?

1408563_pastedImage_1.png

1408577_pastedImage_3.png

1 solución aceptada

Avatar

Respuesta correcta de
Administrator

Install jar files to local Maven cache? Similar to this:

mvn install:install-file -Dfile=cq-quickstart-6.4.0-load18a-apis.jar -DgroupId=com.day.cq -DartifactId=cq-quickstart -Dversion=6.4.0-load18a -Dpackaging=jar -Dclassifier=apis

Or

Use Uber Jar that would be available in prerelease site : https://download.adobeprerelease.com/FC2F82A2-F991-47AE-DC14-E43D137626D7/1516628110/cq-quickstart-b...



Kautuk Sahni

Ver la solución en mensaje original publicado

6 Respuestas

Avatar

Administrator

Checking internally!!



Kautuk Sahni

Avatar

Respuesta correcta de
Administrator

Install jar files to local Maven cache? Similar to this:

mvn install:install-file -Dfile=cq-quickstart-6.4.0-load18a-apis.jar -DgroupId=com.day.cq -DartifactId=cq-quickstart -Dversion=6.4.0-load18a -Dpackaging=jar -Dclassifier=apis

Or

Use Uber Jar that would be available in prerelease site : https://download.adobeprerelease.com/FC2F82A2-F991-47AE-DC14-E43D137626D7/1516628110/cq-quickstart-b...



Kautuk Sahni

Avatar

Community Advisor

Thanks a lot Kautuk. I will try and let you know.

Avatar

Administrator

It is against NDA to post AEM 6.4 beta questions on the main forums. You should be asking these in the Beta forums (Adobe prerelease) set for it. Hope this helps.

-Kautuk



Kautuk Sahni

Avatar

Community Advisor

Sure Kautuk. I am bit concerned about the response speed of the beta forums. I posted an issue with the jar on the date it was released and neva heard a reply from the team. I am sure they get a lot of questions and feedback like that , but no answer for a question is not good though In a desperate attempt to see if someone else has faced the same issue , I had to post it here after thinking a lot. I will take care of this going forward.

Avatar

Administrator

I will share the feedback with the team!!



Kautuk Sahni