acs comons is not showing in tools section when we are deploying on aem cloud | Community
Skip to main content
Level 4
March 27, 2023

acs comons is not showing in tools section when we are deploying on aem cloud

  • March 27, 2023
  • 1 reply
  • 1973 views

HI All, 

i am deploying  acs commons version (<version>6.0.6</version>) on aem cloud according to this article (https://adobe-consulting-services.github.io/acs-aem-commons/pages/maven.html)

 

If I am deploying in local sdk i am able to see ACS commons inside tools. But when same code i am deploying on AEM cloud the acs commons icon is not showing in AEM cloud.

 

please find the attached screenshot 

            CLOUD : 

 

Thanks

Raushan

@

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Rohit_Utreja
Community Advisor
Community Advisor
March 27, 2023

Hi @raushan123 

 

Can you please check if you have acscommons all zip file located in your custom project path after the code depoyment?

This custom path should be the one which has been added in the all pom.xml as mentioned below (/apps/my-app-vendor-packages/container/install)

<plugins>
    <plugin>
        <groupId>org.apache.jackrabbit</groupId>
        <artifactId>filevault-package-maven-plugin</artifactId>
        ...
        <configuration>
            <embeddeds>
                ...
                <embedded>
                    <groupId>com.adobe.acs</groupId>
                    <artifactId>acs-aem-commons-all</artifactId>
                    <type>zip</type>
                    <target>/apps/my-app-vendor-packages/container/install</target>
                    <filter>true</filter>
                    <isAllVersionsFilter>true</isAllVersionsFilter>
                </embedded> 

 

 

Level 4
March 27, 2023

HI @rohit_utreja  thanks for your quick reply.

 

 

<target>/apps/raittcore-packages/application/install</target>

 

 

and after deploying it came in root level 

 

But i am not able to see in tools section

Rohit_Utreja
Community Advisor
Community Advisor
March 27, 2023
/apps/raittcore-packages/application/install

this path should have ...all.zip package, can you please check.