Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

Uber Jar 6.4 build failure due to GuideSubmitUtil

Avatar

Level 3

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

6 Replies

Avatar

Level 10

I am checking internally to determine if this is a known issue.

Avatar

Level 3

Thanks Scott - Meanwhile you're internally verifying with your team. Is there any workaround we can get to resolve the build?

Thanks

TanmaySingh

Avatar

Community Advisor

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.