diff --git a/.github/workflows/maven-deploy-cm.yml b/.github/workflows/maven-deploy-cm.yml index b5fcf72b9..2072d155b 100644 --- a/.github/workflows/maven-deploy-cm.yml +++ b/.github/workflows/maven-deploy-cm.yml @@ -65,7 +65,7 @@ jobs: # Create new project - name: Create new project with the archetype run: | - mvn -B archetype:generate \ + mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate \ -D archetypeGroupId=com.adobe.aem \ -D archetypeArtifactId=aem-project-archetype \ -D archetypeVersion=${ARCHETYPE_VERSION} \ diff --git a/.github/workflows/maven-sdk-update.yml b/.github/workflows/maven-sdk-update.yml index 3ff9f1b9e..58e3ea245 100644 --- a/.github/workflows/maven-sdk-update.yml +++ b/.github/workflows/maven-sdk-update.yml @@ -67,7 +67,7 @@ jobs: # Create new project - name: Create new project with the archetype run: | - mvn -B archetype:generate \ + mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate \ -D archetypeGroupId=com.adobe.aem \ -D archetypeArtifactId=aem-project-archetype \ -D archetypeVersion=${ARCHETYPE_VERSION} \ diff --git a/src/main/resources/META-INF/maven/archetype-metadata.xml b/src/main/resources/META-INF/maven/archetype-metadata.xml index 2869208d5..065cdefd6 100644 --- a/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -485,6 +485,7 @@ **/*.png **/*.jpeg **/*.jpg + **/*.gif **/image **/original **/*.eot @@ -503,6 +504,7 @@ **/*.png **/*.jpeg **/*.jpg + **/*.gif **/image **/original **/*.eot @@ -541,6 +543,9 @@ **/*.png **/*.jpeg **/image + **/folderThumbnail + **/*.jpg + **/*.svg **/original @@ -551,7 +556,10 @@ **/*.png **/image **/file + **/folderThumbnail **/*.png + **/*.jpg + **/*.svg **/*.jpeg **/image **/original