Expand my Community achievements bar.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
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

View solution in original post

6 Replies

Avatar

Administrator

Checking internally!!



Kautuk Sahni

Avatar

Correct answer by
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