Two quick questions.
1. Is archetype 23 the latest for aem 6.5 SP 6?
2. How can I get core components 2.11.1 (latest) to work with this archetype? I changed the POM to reflect this version and i get error.
[ERROR] Failed to execute goal on project aem656.all: Could not resolve dependencies for project com.aem656:aem656.all:content-package:1.0-SNAPSHOT: Failure to find com.adobe.cq:core.wcm.components.examples:zip:2.11.0 in https://repo.adobe.com/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of adobe-public-releases has elapsed or updates are forced -> [Help 1]
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Aryan12345,
Could the issue be caused by the way you fetch your artifacts? What version of core components were you using before?
Since v2.7.0, the core components artifacts are no longer available on the Adobe Public repo, as you can see here: https://repo.adobe.com/nexus/content/groups/public/com/adobe/cq/core.wcm.components.core/
However, based on your error message, it seems like you are still trying to use the public Adobe repo. Instead, you should be fetching them from Maven Central. You can see this in my build of the Archetype 23 with Core Components v2.11.1
As you can see, the artifact is not found on the adobe public repo or the experience cloud repo
This is the project I built without a problem (its just the Archetype 23 with a single change: bumping the Core Components version to 2.11.1) : https://filebin.net/nxqk9qqf8qj8xysm
Hi @Aryan12345
1. Latest AEM archetype is 23 . Please refer https://github.com/adobe/aem-project-archetype
2. Why do you have to change the core components archetype ?
Thanks
Veena
Views
Replies
Total Likes
I don't think archetype is something you can change in the pom.xml, once project is created using a particular archetype.
I would like more expert opinion here @Jörg_Hoh @arunpatidar @Theo_Pendle
1. Check archetype at https://github.com/adobe/aem-project-archetype/blob/master/VERSIONS.md
2. The example jar is available at https://mvnrepository.com/artifact/com.adobe.cq/core.wcm.components.examples/2.11.1
You can use core and config instead of all
https://github.com/adobe/aem-core-wcm-components/releases/tag/core.wcm.components.reactor-2.11.1
Hi @Aryan12345,
Could the issue be caused by the way you fetch your artifacts? What version of core components were you using before?
Since v2.7.0, the core components artifacts are no longer available on the Adobe Public repo, as you can see here: https://repo.adobe.com/nexus/content/groups/public/com/adobe/cq/core.wcm.components.core/
However, based on your error message, it seems like you are still trying to use the public Adobe repo. Instead, you should be fetching them from Maven Central. You can see this in my build of the Archetype 23 with Core Components v2.11.1
As you can see, the artifact is not found on the adobe public repo or the experience cloud repo
This is the project I built without a problem (its just the Archetype 23 with a single change: bumping the Core Components version to 2.11.1) : https://filebin.net/nxqk9qqf8qj8xysm
Views
Likes
Replies
Views
Likes
Replies