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

### Expected Behaviour When generating a project using: ``` mvn -B archetype:generate \ -D archetypeGroupId=com.adobe.aem \ -D archetypeArtifactId=aem-project-archetype \ -D archetypeVersion=37 \ -D appTitle="WKND SPA React" \ -D appId="wknd-spa-react" \...

## Description fix and update the wdio ui.tests project * after removing the ffmpeg installer we also need to remove the usage of the video reporter from wdio ui tests...

Currently the submodule within `ui-tests` (e.g. either https://github.com/adobe/aem-project-archetype/tree/develop/src/main/archetype/ui.tests.wdio/test-module or https://github.com/adobe/aem-project-archetype/tree/develop/src/main/archetype/ui.tests.cypress/test-module) are only built through the special profiles. Those profiles either require Docker to be installed and/or Selenium and AEM running....

The modules at https://github.com/adobe/aem-project-archetype/blob/develop/src/main/archetype/ui.tests.cypress/pom.xml and https://github.com/adobe/aem-project-archetype/blob/develop/src/main/archetype/ui.tests.wdio/pom.xml have default packaging (=`jar`) but only build a secondary/attached artifact with the `maven-archiver-plugin`. That leads to issues with more recent versions of `maven-install-plugin` and...

Instead of using `maven-exec-plugin` for calling `docker build ....` one can nowadays rely on [`jib-maven-plugin`](https://github.com/GoogleContainerTools/jib/tree/master/jib-maven-plugin) which builds the docker container just with Java means (and therefore does not require `docker`...

* updated Core WCM Components to 2.24.0 ## Description ## Related Issue ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes...

Updates the aem-mock dependency to aem-mock 5.5.0. **This requires Java 11** ## Motivation and Context To address some vulnerabilities in transitive dependencies of the older version. ## How Has This...

do not merge

`save-state` and `set-output` commands used in GitHub Actions are deprecated and [GitHub recommends using environment files](https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/). This PR updates the usage of `set-output` to `$GITHUB_OUTPUT` Instructions for envvar usage from...

With updates in the Image Core Component to support template strings for asset-delivery URLs [0], the test code must also account for it in line with that the clientlibrary does...

Maven Archetype version is provided by the user while creating a project, then why we can't store it in the pom file like other properties? If we can store other...