You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2020/11/05 04:40:35 UTC

[sling-org-apache-sling-app-cms] 03/04: Fixing artifact classifier

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit ce7a4bd3ecb929c8ae8d187f3c29801a376b5114
Author: Dan Klco <dk...@apache.org>
AuthorDate: Wed Nov 4 23:35:01 2020 -0500

    Fixing artifact classifier
---
 docker/cms/download-dependencies.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/cms/download-dependencies.sh b/docker/cms/download-dependencies.sh
index 21907ed..e8febbc 100644
--- a/docker/cms/download-dependencies.sh
+++ b/docker/cms/download-dependencies.sh
@@ -33,7 +33,7 @@ mvn -q org.apache.maven.plugins:maven-dependency-plugin:copy \
     -Dmdep.stripVersion=true \
     || { echo 'Failed to download composite runtime' ; exit 1; }
 mvn -q org.apache.maven.plugins:maven-dependency-plugin:copy \
-    -Dartifact=${CMS_GROUP_ID}:${CMS_ARTIFACT_ID}:${CMS_VERSION}:slingosgifeature:runmode-${RUNMODE} \
+    -Dartifact=${CMS_GROUP_ID}:${CMS_ARTIFACT_ID}:${CMS_VERSION}:slingosgifeature:${RUNMODE} \
     -DoutputDirectory=/opt/slingcms/features \
     -Dmdep.stripVersion=true \
     || { echo 'Failed to download author feature' ; exit 1; }