Unable to see options under Modernizer Tools Menu | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Avdhesh-Pandey

Hi,


Followed the below documentation,

https://opensource.adobe.com/aem-modernize-tools/pages/plan-operate/set-up.html

Note: I am using version 2.1.0

 

Added below dependency in POM.xml under all folder in the project

<dependency> <groupId>com.adobe.aem</groupId> <artifactId>aem-modernize-tools.all</artifactId> <version>2.1.0</version> <type>zip</type> </dependency>

 

and embedded below in Filevault Package Maven plugin

<embedded> <groupId>com.adobe.aem</groupId> <artifactId>aem-modernize-tools.all</artifactId> <type>zip</type> <target>/apps/PROJECT-packages/application/install</target> </embedded>

 

Added below dependency in core POM.xml 

<dependency> <groupId>com.adobe.aem</groupId> <artifactId>aem-modernize-tools.core</artifactId> <version>2.1.0</version> <scope>provided</scope> </dependency>

 

Also, I had to re-install all the Modernizer packages through package manager.

With this, I was able to view all the modernizer options in Tools menu

 

 

 

2 replies

aanchal-sikka
Community Advisor
Community Advisor
December 1, 2023

Hello @avdhesh-pandey 

 

It appears that the Modernizer tool is not supported for AEMaaCS 

https://github.com/adobe/aem-modernize-tools 

Aanchal Sikka
Avdhesh-Pandey
Level 2
December 3, 2023

Hi @aanchal-sikka,

 

Thank you for checking, however, based of the official documentation for AEM as Cloud Service, it seems that we can use Modernizer in AEMaaCS. 

Avdhesh-Pandey
Avdhesh-PandeyAuthorAccepted solution
Level 2
December 5, 2023

Hi,


Followed the below documentation,

https://opensource.adobe.com/aem-modernize-tools/pages/plan-operate/set-up.html

Note: I am using version 2.1.0

 

Added below dependency in POM.xml under all folder in the project

<dependency> <groupId>com.adobe.aem</groupId> <artifactId>aem-modernize-tools.all</artifactId> <version>2.1.0</version> <type>zip</type> </dependency>

 

and embedded below in Filevault Package Maven plugin

<embedded> <groupId>com.adobe.aem</groupId> <artifactId>aem-modernize-tools.all</artifactId> <type>zip</type> <target>/apps/PROJECT-packages/application/install</target> </embedded>

 

Added below dependency in core POM.xml 

<dependency> <groupId>com.adobe.aem</groupId> <artifactId>aem-modernize-tools.core</artifactId> <version>2.1.0</version> <scope>provided</scope> </dependency>

 

Also, I had to re-install all the Modernizer packages through package manager.

With this, I was able to view all the modernizer options in Tools menu