aem-project-archetype icon indicating copy to clipboard operation
aem-project-archetype copied to clipboard

Maven template to create best-practice websites on AEM.

Results 154 aem-project-archetype issues
Sort by recently updated
recently updated
newest added

Please add replication metadata for the relevant content in https://github.com/adobe/aem-project-archetype/tree/develop/src/main/archetype/ui.content/src/main/content/jcr_root. You can use the validator provided at https://github.com/Netcentric/aem-replication-metadata-validator/tree/main to check during the build that all replication metadata is set correctly....

### Expected Behaviour The package should have build with the excluded contents ### Actual Behaviour [INFO] Start validating package 'target\mysite.ui.apps-1.0.0-SNAPSHOT.zip'... [INFO] Register node types from tccl:aem.cnd [INFO] Using 10 validators...

According to the docs for custom indexing adobe highly recommends to use a version of jackrabbit >= 1.3.2 The provided version in the archtype is older and leads to issues...

### Expected Behaviour mvn clean test should run successfully ### Actual Behaviour Failed to execute goal on project project-aem.ui.apps: Could not resolve dependencies for project com.project.cms:project-aem.ui.apps:content-package:0.0.1-SNAPSHOT: The following artifacts could...

archetypeVersion=23 does not exist for trying to build aem 6.5.0 project using archetype:generate command ### Expected Behaviour This should create an AEM project for 6.5.0 ### Actual Behaviour AEM does...

## Description As described here: [https://github.com/adobe/aem-project-archetype/issues/1087](https://github.com/adobe/aem-project-archetype/issues/1087), this PR aims to update the default FileVault version to 1.3.2. ## Related Issue The related issue is: [https://github.com/adobe/aem-project-archetype/issues/1087](https://github.com/adobe/aem-project-archetype/issues/1087) ## Motivation and Context Whenever...

### Expected Behaviour When `uiTestingFramework` is set to `cypress` then cypress tests should be generated. ### Actual Behaviour Archetype always generates `ui.tests` with `wdio` tests. ### Reproduce Scenario (including but...

Hi , The AIO_RUNTIME_NAMESPACE and AIO_RUNTIME_AUTH properties set in maven pom.xml files [1], when used from values configured in cloud manager[2], these are not getting picked-up during CI-CD process. When...

When trying to deploy SSR with io runtime, the install phase is not deploying the actions[1], only when we change the phase to generate-resources it deploys the actions[2]. From the...

…jects @review @vdua DOD(Yes) ## Description ## Related Issue ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ]...