Hi everyone,
We are getting the error while creating the build using Maven 3.5.4 for AEM 6.4.
Error read as below: Compilation failure: package com.adobe.aemds.guide.utils does not exist
symbol: variable GuideSubmitUtils
We have changed the UBER Jar version from 6.3.0 to 6.4.0 in the base POM file.
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>uber-jar</artifactId>
<version>6.4.0</version>
<classifier>apis</classifier>
<scope>provided</scope>
</dependency>
I checked the Adobe Public Repository (Index of /groups/public/com/adobe/aemds/core ) and I don't see guide.utils there. Is there anyway I can achieve Build Success.
Thanks
TanmaySingh
I am checking internally to determine if this is a known issue.
Views
Replies
Total Likes
Thanks Scott - Meanwhile you're internally verifying with your team. Is there any workaround we can get to resolve the build?
Thanks
TanmaySingh
Views
Replies
Total Likes
Did u find a solution for this ?
Views
Replies
Total Likes
Views
Replies
Total Likes
I exactly wanted
<groupId>com.adobe.aemds.guide</groupId>
<artifactId>aemds-guide-core</artifactId>
this artifact . I got it from the felix of my AEM server. For me the issue is resolved.
Views
Replies
Total Likes
Thanks Veena. It worked.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies